SassyJSON 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +1 -0
  2. data/lib/SassyJSON.rb +1 -1
  3. metadata +2 -1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Changelog
2
2
 
3
+ * `1.1.1`: fixing a minor issue with the gem
3
4
  * `1.1.0`: adding the ability to import a JSON file
4
5
  * `1.0.11`: fixing an issue with scientific number parsing
5
6
  * `1.0.10`: improving number and string helpers
data/lib/SassyJSON.rb CHANGED
@@ -5,7 +5,7 @@ Compass::Frameworks.register('SassyJSON', :path => extension_path)
5
5
  # Version is a number. If a version contains alphas, it will be created as a prerelease version
6
6
  # Date is in the form of YYYY-MM-DD
7
7
  module SassyJSON
8
- VERSION = "1.1.0"
8
+ VERSION = "1.1.1"
9
9
  DATE = "2014-01-29"
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SassyJSON
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -66,6 +66,7 @@ post_install_message:
66
66
  rdoc_options: []
67
67
  require_paths:
68
68
  - lib
69
+ - stylesheets
69
70
  required_ruby_version: !ruby/object:Gem::Requirement
70
71
  none: false
71
72
  requirements: