pusher-whos-in 0.0.6 → 0.0.7

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: fd61793ed13e9e69725acd0d5310e36c67e0ccdc
4
- data.tar.gz: fec360b94941e76804af3384b863ce81ca083ad0
3
+ metadata.gz: a58924d7759955f4e92485d7fdeef39a82e77d67
4
+ data.tar.gz: 5655a78979cc55201fecd2ada7276bd077cbba05
5
5
  SHA512:
6
- metadata.gz: e38564208e0d25d4191f09144f3e0d1379fe017f6c5d0205342887f1244174a7dd7a555f33d0cd43f750399c8cf5c0615c5a3ff4d3fb73be28cbc331ce672057
7
- data.tar.gz: 3d8ce883e8991e306ff8f7c2056cf2c68d8a03918569169c12a50d4caff1c0f755d559a87c70d88ff38ed656d77f01cad4a69beaa6fff382513dc126b0480377
6
+ metadata.gz: 71652a35d81c76e607b0a87c93653e7409c4af8c99cbcf16dd138560165d863d3632684add5aa5d2afc93b70c875b4008fb798b88f0facb0acfca42667b6b825
7
+ data.tar.gz: 5f99a5ee2960dc42949cf843db803af1b774fc90a39f7cc08044634db4a9179933a53205fc19360311091f6e68cac6eba985d066362d1c33ebdd7e1e44fa32b9
File without changes
@@ -1,3 +1,3 @@
1
1
  module WhosIn
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/whos_in.rb CHANGED
@@ -6,7 +6,7 @@ module WhosIn
6
6
  class Application
7
7
 
8
8
  def launch_heroku_deploy
9
- puts "Launching deployment setup... \n\n When you're done run 'whos_in run *your_app_name* "
9
+ puts "Launching deployment setup... \n\n When you're done run 'pusher-whos-in run *your_app_name* "
10
10
  sleep 2
11
11
  `open https://heroku.com/deploy?template=https://github.com/pusher/pusher-whos-in`
12
12
  end
data/whos_in_gem.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = ["pusher_whos_in", "local_scanner"]
17
+ spec.executables = ["pusher-whos-in", "local_scanner"]
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher-whos-in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Patel
@@ -71,7 +71,7 @@ description: Sets up heroku deployment, config variables and the script that sca
71
71
  email:
72
72
  - jamie@notespublication.com
73
73
  executables:
74
- - pusher_whos_in
74
+ - pusher-whos-in
75
75
  - local_scanner
76
76
  extensions: []
77
77
  extra_rdoc_files: []
@@ -83,7 +83,7 @@ files:
83
83
  - Rakefile
84
84
  - bin/every-5-seconds.sh
85
85
  - bin/local_scanner
86
- - bin/pusher_whos_in
86
+ - bin/pusher-whos-in
87
87
  - lib/whos_in.rb
88
88
  - lib/whos_in/version.rb
89
89
  - whos_in_gem.gemspec