grape_bunch 0.0.2 → 0.0.3
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 +4 -4
- data/lib/grape_bunch.rb +8 -0
- data/lib/grape_bunch/version.rb +3 -0
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5302ebbefbc5b59c4919bc823f8af23880894d1
|
4
|
+
data.tar.gz: ef7eb3a2fdfaeaa49249219d7a585d1b1b3a01fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a58f9d48428606b1bc01b0afaa868cb80db27d3eebef55adad84b5bd7074cfd8394c1f680e18c16fce4e16196730c5cfcb5998cb5abad0878affc5e5b4180105
|
7
|
+
data.tar.gz: c8fcf6e12e7dd87d72d7edc1dad2d81e0756f9162926fec9b57f6458fddddb1eda3dd78c9a45f6f13cea8d9b1c8a0b65542fe764f6fb5fd5ba82925a0ad791db
|
data/lib/grape_bunch.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape_bunch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mykyta Troianov
|
@@ -94,15 +94,16 @@ dependencies:
|
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 0.1.1
|
97
|
-
description: Set of grape dependencies which will be installed inside rails app
|
98
|
-
rails generators.
|
97
|
+
description: Set of grape dependencies which will be installed inside rails app.
|
99
98
|
email: nicktroyanov@gmail.com
|
100
99
|
executables: []
|
101
100
|
extensions: []
|
102
101
|
extra_rdoc_files: []
|
103
102
|
files:
|
104
103
|
- lib/generators/grape_bunch/install_generator.rb
|
105
|
-
|
104
|
+
- lib/grape_bunch.rb
|
105
|
+
- lib/grape_bunch/version.rb
|
106
|
+
homepage: https://github.com/NickTroy/grape_bunch
|
106
107
|
licenses:
|
107
108
|
- MIT
|
108
109
|
metadata: {}
|