grape-cli 0.1.0 → 0.1.1

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: 12c7f4da7fe67274338d4835afd2ab92eb06cf3d
4
- data.tar.gz: d1187e7cb21dd992a429f856ca6a992008fa24f2
3
+ metadata.gz: dd81b306d13395df9ad5fd3c82fb32b25af518ee
4
+ data.tar.gz: 890a1af3e6180889f8a5ca03870fe7c42d5705b9
5
5
  SHA512:
6
- metadata.gz: eba3e15288959cb074ddbbdbd238889d33422e15726521df3e036b6dd6ceb2d9bf0494f58a3ab8da2c914a643a0385185223f143bdc6ce4a83afee32b3729060
7
- data.tar.gz: 8bb42785cb2c4a14e2539bdacc159ac6e7a87c53e71ec064268a2e478cdb25a45a4e80fe8d6db4c0a8f92908c14fc849f97561180d4b8184d770c9e9287f3a24
6
+ metadata.gz: 4fcfc2eabad8cb59d7db08792f472304a2695a1fc120e57d209fd367b06e2056f8262291afa082cc413261ff7da4c3afb4ad032254cef9c1cd3029eeac5ebbfe
7
+ data.tar.gz: 9e0f6e163c2677a68c1c0b1cc8ac79e3543a6dcd1362aaeea62e8214808da9b87215cfe658d301b6a0e73912b544edb717556cc143cc962e5df563fd116861ec
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # grape-cli [![Build Status](https://travis-ci.org/elpassion/grape-cli.svg?branch=master)](https://travis-ci.org/elpassion/grape-cli) [![Code Climate](https://codeclimate.com/github/elpassion/grape-cli/badges/gpa.svg)](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{ Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{ Write a longer description or delete this line.}
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
 
@@ -1,5 +1,5 @@
1
1
  module Grape
2
2
  module Cli
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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: " Write a longer description or delete this line."
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: Write a short summary, because Rubygems requires one.
161
+ summary: Grape-CLI is a gem for bootstraping standalone Grape application.
161
162
  test_files: []