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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aac44c199b21f0364bb40948073b4aff28a4f58e
4
- data.tar.gz: cb07bce34ce48df856b405bfe1e4fa98742b2b64
3
+ metadata.gz: 50a4e16e1f4c541a5fd93bffe5d563e3a905f61b
4
+ data.tar.gz: b0f5039f198fee7cf316ded81e0efe2b4278ad02
5
5
  SHA512:
6
- metadata.gz: abbae2b9e9f3000f3ed199ec5ec32a85d257210999bebf4f61677504266a2b571aff6e2a2f4149a933158a67e1a34aabb076485435b799ff03cb4b19ca0eb2fc
7
- data.tar.gz: 5d6665f61f69b67d0d13f4503426755cc7293e83f6f663919ff73c5fa5ca0283e0a5fbdb87dd5d277b4b15db8bae5cc5c3ba9458ac724dc122ec2c1b9b692aea
6
+ metadata.gz: 15ef34cf74bcd586b243ddbf344ad13a0d8a9f0c808d5fe0887be69bed99fc9c2ed5b6224ff4c06eff93168bafbac44bd4b54cf854e86cf6285a68b6ed5772d6
7
+ data.tar.gz: 4b9a550c308ea73aa5b3174e4fa57899689731dd3c4c6f101b7f83c429bce8bf5aab2ac3dcbcecd8c507e86ef9dfb3d1227f3659d76d438a51c100b90943dfd7
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 = "exe"
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"
@@ -1,3 +1,3 @@
1
1
  module Easyfire
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
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.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Sol
8
8
  autorequire:
9
- bindir: exe
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