json2-rails 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json2-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maksim Berjoza
@@ -20,7 +20,11 @@ files:
20
20
  - lib/json2-rails/engine.rb
21
21
  - lib/json2-rails/version.rb
22
22
  - lib/json2-rails.rb
23
+ - vendor/assets/javascripts/cycle.js
24
+ - vendor/assets/javascripts/json.js
23
25
  - vendor/assets/javascripts/json2.js
26
+ - vendor/assets/javascripts/json_parse.js
27
+ - vendor/assets/javascripts/json_parse_state.js
24
28
  - README.md
25
29
  homepage: https://github.com/torbjon/json2-rails
26
30
  licenses:
@@ -45,5 +49,5 @@ rubyforge_project:
45
49
  rubygems_version: 2.0.2
46
50
  signing_key:
47
51
  specification_version: 4
48
- summary: with Rails asset pipeline
52
+ summary: Crockford's json2, json with Rails asset pipeline
49
53
  test_files: []