grape-cli 0.1.0 → 0.1.1
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/README.md +3 -0
- data/grape-cli.gemspec +2 -2
- data/lib/grape/cli/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd81b306d13395df9ad5fd3c82fb32b25af518ee
|
4
|
+
data.tar.gz: 890a1af3e6180889f8a5ca03870fe7c42d5705b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fcfc2eabad8cb59d7db08792f472304a2695a1fc120e57d209fd367b06e2056f8262291afa082cc413261ff7da4c3afb4ad032254cef9c1cd3029eeac5ebbfe
|
7
|
+
data.tar.gz: 9e0f6e163c2677a68c1c0b1cc8ac79e3543a6dcd1362aaeea62e8214808da9b87215cfe658d301b6a0e73912b544edb717556cc143cc962e5df563fd116861ec
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# grape-cli [](https://travis-ci.org/elpassion/grape-cli) [](https://codeclimate.com/github/elpassion/grape-cli)
|
2
2
|
|
3
|
+
Grape-CLI is a gem for bootstraping standalone Grape application.
|
4
|
+
It is heavily inspired by Rails/Ember generators.
|
5
|
+
|
3
6
|
## Installation
|
4
7
|
|
5
8
|
Add this line to your application's Gemfile:
|
data/grape-cli.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["wswidzinski", "michalwarda", "koszcz", "ghostbuster91"]
|
10
10
|
spec.email = ["swidzinskiw@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
12
|
+
spec.summary = %q{ Grape-CLI is a gem for bootstraping standalone Grape application. }
|
13
|
+
spec.description = %q{ Grape-CLI is a gem for bootstraping standalone Grape application. It is heavily inspired by Rails/Ember generators. }
|
14
14
|
spec.homepage = "http://github.com/elpassion/grape-cli"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/grape/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wswidzinski
|
@@ -97,7 +97,8 @@ dependencies:
|
|
97
97
|
- - ">="
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
|
-
description: "
|
100
|
+
description: " Grape-CLI is a gem for bootstraping standalone Grape application. It
|
101
|
+
is heavily inspired by Rails/Ember generators. "
|
101
102
|
email:
|
102
103
|
- swidzinskiw@gmail.com
|
103
104
|
executables:
|
@@ -157,5 +158,5 @@ rubyforge_project:
|
|
157
158
|
rubygems_version: 2.4.6
|
158
159
|
signing_key:
|
159
160
|
specification_version: 4
|
160
|
-
summary:
|
161
|
+
summary: Grape-CLI is a gem for bootstraping standalone Grape application.
|
161
162
|
test_files: []
|