easyfire 0.0.1 → 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/easyfire-0.0.1.gem +0 -0
- data/easyfire.gemspec +2 -1
- data/lib/easyfire/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50a4e16e1f4c541a5fd93bffe5d563e3a905f61b
|
|
4
|
+
data.tar.gz: b0f5039f198fee7cf316ded81e0efe2b4278ad02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15ef34cf74bcd586b243ddbf344ad13a0d8a9f0c808d5fe0887be69bed99fc9c2ed5b6224ff4c06eff93168bafbac44bd4b54cf854e86cf6285a68b6ed5772d6
|
|
7
|
+
data.tar.gz: 4b9a550c308ea73aa5b3174e4fa57899689731dd3c4c6f101b7f83c429bce8bf5aab2ac3dcbcecd8c507e86ef9dfb3d1227f3659d76d438a51c100b90943dfd7
|
data/easyfire-0.0.1.gem
ADDED
|
Binary file
|
data/easyfire.gemspec
CHANGED
|
@@ -27,9 +27,10 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
28
28
|
f.match(%r{^(test|spec|features)/})
|
|
29
29
|
end
|
|
30
|
-
spec.bindir = "
|
|
30
|
+
spec.bindir = "bin"
|
|
31
31
|
spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
32
32
|
spec.require_paths = ["lib"]
|
|
33
|
+
spec.executables << 'easyfire'
|
|
33
34
|
|
|
34
35
|
spec.add_dependency "thor"
|
|
35
36
|
spec.add_dependency "activesupport"
|
data/lib/easyfire/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: easyfire
|
|
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
|
- Rodrigo Sol
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2017-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -99,7 +99,8 @@ description: |-
|
|
|
99
99
|
Once the model was defined you can generate a client library to Android, Swift and Javascript.
|
|
100
100
|
email:
|
|
101
101
|
- rodrigo@rarolabs.com.br
|
|
102
|
-
executables:
|
|
102
|
+
executables:
|
|
103
|
+
- easyfire
|
|
103
104
|
extensions: []
|
|
104
105
|
extra_rdoc_files: []
|
|
105
106
|
files:
|
|
@@ -115,6 +116,7 @@ files:
|
|
|
115
116
|
- bin/console
|
|
116
117
|
- bin/easyfire
|
|
117
118
|
- bin/setup
|
|
119
|
+
- easyfire-0.0.1.gem
|
|
118
120
|
- easyfire.gemspec
|
|
119
121
|
- lib/easyfire.rb
|
|
120
122
|
- lib/easyfire/cli.rb
|