gutsy 1.0.1 → 1.0.2
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/.gitignore +1 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile +1 -1
- data/examples/config.yml +1 -0
- data/lib/gutsy/generator/gem_state.rb +4 -0
- data/lib/gutsy/version.rb +1 -1
- data/templates/app_client/README.md.erb +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -61
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71b8bbd43eda549b32821faa3311c7c9931016e8
|
|
4
|
+
data.tar.gz: ff4cd93097c1821ea4fd78b2c0f0e2089066287c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea5353ca06269d9ffbd775f21dab34579c1e6934806704af887eae6ac5cadba76145ea776c8864ee299fecb7c03ff7b463f11b48b984e084463ec121add1ac9f
|
|
7
|
+
data.tar.gz: c337103698ead5e8d3e963879776daeea11132c922562524eafb88ea25fef4c682773dca171eb82d2d09670d3cc4c2cb1cd2e2dcabc1b9c31a01fb71888b7b06
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/examples/config.yml
CHANGED
data/lib/gutsy/version.rb
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
Add this to your Gemfile
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
gem '<%= gem_name_snake %>', git: 'git@github.com:<%= author.github %>/<%=
|
|
14
|
+
gem '<%= gem_name_snake %>', git: 'git@github.com:<%= author.github %>/<%= repo_name %>.git', tag: 'v<%= gem_version %>'
|
|
15
15
|
# or, depending on how cool your API is...
|
|
16
16
|
gem '<%= gem_name_snake %>', '~> <%= gem_version %>'
|
|
17
17
|
```
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gutsy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Iora Health
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: heroics
|
|
@@ -108,7 +108,6 @@ files:
|
|
|
108
108
|
- CHANGELOG.md
|
|
109
109
|
- CODE_OF_CONDUCT.md
|
|
110
110
|
- Gemfile
|
|
111
|
-
- Gemfile.lock
|
|
112
111
|
- LICENSE.txt
|
|
113
112
|
- README.md
|
|
114
113
|
- Rakefile
|
|
@@ -158,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
157
|
version: '0'
|
|
159
158
|
requirements: []
|
|
160
159
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.
|
|
160
|
+
rubygems_version: 2.6.13
|
|
162
161
|
signing_key:
|
|
163
162
|
specification_version: 4
|
|
164
163
|
summary: Generates heroics-powered API client gem wrappers from JSON Schema
|
data/Gemfile.lock
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
gutsy (1.0.1)
|
|
5
|
-
activesupport (>= 3.2)
|
|
6
|
-
heroics (~> 0.0.17)
|
|
7
|
-
json_schema (~> 0.13)
|
|
8
|
-
|
|
9
|
-
GEM
|
|
10
|
-
remote: https://rubygems.org/
|
|
11
|
-
specs:
|
|
12
|
-
activesupport (5.0.0.1)
|
|
13
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
14
|
-
i18n (~> 0.7)
|
|
15
|
-
minitest (~> 5.1)
|
|
16
|
-
tzinfo (~> 1.1)
|
|
17
|
-
concurrent-ruby (1.0.2)
|
|
18
|
-
diff-lcs (1.2.5)
|
|
19
|
-
erubis (2.7.0)
|
|
20
|
-
excon (0.52.0)
|
|
21
|
-
heroics (0.0.17)
|
|
22
|
-
erubis (~> 2.0)
|
|
23
|
-
excon
|
|
24
|
-
moneta
|
|
25
|
-
multi_json (>= 1.9.2)
|
|
26
|
-
netrc
|
|
27
|
-
i18n (0.7.0)
|
|
28
|
-
json_schema (0.13.3)
|
|
29
|
-
minitest (5.9.0)
|
|
30
|
-
moneta (0.8.0)
|
|
31
|
-
multi_json (1.12.1)
|
|
32
|
-
netrc (0.11.0)
|
|
33
|
-
rake (10.5.0)
|
|
34
|
-
rspec (3.5.0)
|
|
35
|
-
rspec-core (~> 3.5.0)
|
|
36
|
-
rspec-expectations (~> 3.5.0)
|
|
37
|
-
rspec-mocks (~> 3.5.0)
|
|
38
|
-
rspec-core (3.5.2)
|
|
39
|
-
rspec-support (~> 3.5.0)
|
|
40
|
-
rspec-expectations (3.5.0)
|
|
41
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
42
|
-
rspec-support (~> 3.5.0)
|
|
43
|
-
rspec-mocks (3.5.0)
|
|
44
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
45
|
-
rspec-support (~> 3.5.0)
|
|
46
|
-
rspec-support (3.5.0)
|
|
47
|
-
thread_safe (0.3.5)
|
|
48
|
-
tzinfo (1.2.2)
|
|
49
|
-
thread_safe (~> 0.1)
|
|
50
|
-
|
|
51
|
-
PLATFORMS
|
|
52
|
-
ruby
|
|
53
|
-
|
|
54
|
-
DEPENDENCIES
|
|
55
|
-
bundler (~> 1.12)
|
|
56
|
-
gutsy!
|
|
57
|
-
rake (~> 10.0)
|
|
58
|
-
rspec (~> 3.0)
|
|
59
|
-
|
|
60
|
-
BUNDLED WITH
|
|
61
|
-
1.12.5
|