jsonr 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/{init.rb → rails/init.rb} +0 -0
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jiri Zajpt
@@ -50,10 +50,10 @@ files:
50
50
  - README.rdoc
51
51
  - Rakefile
52
52
  - VERSION
53
- - init.rb
54
53
  - lib/jsonr.rb
55
54
  - lib/jsonr/generator.rb
56
55
  - lib/jsonr/template_handler.rb
56
+ - rails/init.rb
57
57
  - spec/jsonr_spec.rb
58
58
  - spec/spec.opts
59
59
  - spec/spec_helper.rb