grape-gen 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8aceccb037b40ef4859f740cdefec5b544632050
4
- data.tar.gz: a7ca7b10792116547596f70da73e7313140c1ade
3
+ metadata.gz: 28745d08b232ed5faeb876a406a2b3f587be9036
4
+ data.tar.gz: 44c2dbad904233a90c7b58010d5629004e4c06a4
5
5
  SHA512:
6
- metadata.gz: 756197da8ed40c286b962299e9dcb31a015179e6521d1e5981e4dc228dd1b07ec2ee2a3c9609e7bda473e4b4a23fc96e8b01272f6eca77e110c6ef2204f2c7b1
7
- data.tar.gz: 4307ed1bded85102459523f773f2e9a98c051b7fc9b9fd28935b1e27b02d8571a7b3ed829ca118a79462434d98c912eca9e457688e9de8bdcee01d5562ee7ef2
6
+ metadata.gz: 1c98b81b1848d883d932044fd6890675e8d12c8630a61003307e9ffb8f789c66e00618a3b97d68a622a9c6e3d746e009d0f080109b32ac320b192ac5f003f88d
7
+ data.tar.gz: a96d538140c5d49aac1a0d27e51d5cfd2950757ef39e08e7fcd048643af2f4cd8a3c60e042100696d266a22df8690da7b16ffa521f0e83838f2cb31a6b3e81ba
@@ -1,5 +1,5 @@
1
1
  module Grape
2
2
  module Generate
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - AMar4enko
@@ -110,7 +110,7 @@ files:
110
110
  - template/lib/faye_publisher.rb
111
111
  - template/lib/mongoid/tire_plugin.rb
112
112
  - template/lib/warden/token_strategy.rb
113
- - template/log/pids/.gitkeep
113
+ - template/log/.gitkeep
114
114
  - template/mailers/registration_mailer.rb
115
115
  - template/models/user.rb.tt
116
116
  - template/public/faye.html
@@ -119,6 +119,7 @@ files:
119
119
  - template/spec/api/mounts/auth_spec.rb.tt
120
120
  - template/spec/factories/user.rb
121
121
  - template/spec/spec_helper.rb.tt
122
+ - template/tmp/pids/.gitkeep
122
123
  - template/uploaders/avatar_uploader.rb
123
124
  - template/views/v1/user/profile.json.jbuilder.tt
124
125
  homepage: https://github.com/AlexYankee/grape-gen
File without changes