Skip to content

Commit

Permalink
v1.3.1 security
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Sep 15, 2020
1 parent 03e5f64 commit 615fab5
Show file tree
Hide file tree
Showing 9 changed files with 3,787 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.7.0
104 changes: 55 additions & 49 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,59 +1,65 @@
PATH
remote: .
specs:
csster (1.3.0)
railties (~> 3.1)
csster (1.3.1)
railties

GEM
remote: https://rubygems.org/
specs:
actionpack (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.22.2)
activesupport (= 3.2.22.2)
builder (~> 3.0.0)
activesupport (3.2.22.2)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
builder (3.0.4)
erubis (2.7.0)
hike (1.2.3)
i18n (0.7.0)
journey (1.0.4)
json (1.8.3)
multi_json (1.11.2)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
railties (3.2.22.2)
actionpack (= 3.2.22.2)
activesupport (= 3.2.22.2)
rack-ssl (~> 1.3.2)
actionpack (6.0.3.3)
actionview (= 6.0.3.3)
activesupport (= 6.0.3.3)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.0.3.3)
activesupport (= 6.0.3.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.0.3.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
builder (3.2.4)
concurrent-ruby (1.1.7)
crass (1.0.6)
erubi (1.9.0)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.4.0)
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.3.3)
actionpack (= 6.0.3.3)
activesupport (= 6.0.3.3)
method_source
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.5.0)
rdoc (3.12.2)
json (~> 1.4)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.19.1)
tilt (1.4.1)
thor (>= 0.20.3, < 2.0)
rake (13.0.1)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand All @@ -62,4 +68,4 @@ DEPENDENCIES
csster!

BUNDLED WITH
1.10.6
2.1.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Csster.style({
ul: {
margin: 5,
padding: 0,
}
},
'ul li:first': {
paddingLeft: '20px'
}
Expand Down Expand Up @@ -357,5 +357,5 @@ http://revnode.com/oss/css/
## Legal
Copyright (c) 2010-2016 Andrew J. Peterson
Copyright (c) 2010-2020 Andrew J. Peterson
[Apache License](https://github.com/ndp/csster/raw/master/LICENSE)
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
VERSION="1.3.0"
VERSION="1.3.1"

webpack
echo "// Csster version $VERSION; Copyright (c) Andrew J. Peterson / ndpsoftware.com. All Rights Reserved"|cat - csster.js > /tmp/out && mv /tmp/out csster.js
Expand Down
2 changes: 1 addition & 1 deletion csster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
gem.name = "csster"
gem.require_paths = ["lib"]
gem.version = Csster::VERSION
gem.add_dependency "railties", "~> 3.1"
gem.add_dependency "railties"
end
Loading

0 comments on commit 615fab5

Please sign in to comment.