librails 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2521e6d58bfc2271f4b311325d14c410685eb44c
4
- data.tar.gz: 4c3529e9046fc4afa80338e2ceaff8b5b0eec5d3
3
+ metadata.gz: c890f602347b27a6a2ecab1d66d26e8729985793
4
+ data.tar.gz: c84b18986329428ca9253b5239af5aa9c7d8fe13
5
5
  SHA512:
6
- metadata.gz: 53f4a9cec42ce486f122bfe238d5a4e2a74e733ffdbeecf80f4e28c2138f63e807a594157d7f17e7d1e1e4d19e939b99d45e5ea4b8ccd41f5ad62f396fb07851
7
- data.tar.gz: 69a9afca49e2bb8b79562874e1d15d3c9571c36e825f9238351e36f6b86de35d7bb4bae06bd9df9d20aafbd48714c1d20957ad13eff5d8d565f9eceb470a81d2
6
+ metadata.gz: 994052f719f7fbd9e48b75ba19fb43c6016ae8780f6c05f67b816507c17cca476525b94ad563626d0b8881864f55464e11f407fab6897de80be121bab04fcc46
7
+ data.tar.gz: 6d4c2716c9a150f56af9afe31c5bf23dfd6ada0b57e935bd209e3d169d3a41315ec4e42da299a280108d5b1b47d5d518220ba33b10ee287b1d6be69ba2ce9e26
@@ -1,3 +1,3 @@
1
1
  module Librails
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - src
@@ -52,7 +52,7 @@ files:
52
52
  - app/assets/stylesheets/librails/application.css
53
53
  - app/controllers/librails/application_controller.rb
54
54
  - app/helpers/librails/application_helper.rb
55
- - app/models/form_param.rb
55
+ - app/models/librails/form_param.rb
56
56
  - app/views/layouts/librails/application.html.erb
57
57
  - config/routes.rb
58
58
  - lib/librails.rb