deploytracking 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/deploytracking.rb +1 -1
- data/lib/deploytracking/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/lib/deploytracking.rb
CHANGED
@@ -20,7 +20,7 @@ module DeployTracking
|
|
20
20
|
def self.notify(api_key, data)
|
21
21
|
puts "[DeployTracking] Tracking Deployment to #{DEPLOY_TRACKING_HOST}"
|
22
22
|
|
23
|
-
params = {'api_key' => api_key, 'deploy[
|
23
|
+
params = {'api_key' => api_key, 'deploy[gem_version]' => DeployTracking::VERSION}
|
24
24
|
data.each {|k,v| params["deploy[#{k}]"] = v }
|
25
25
|
|
26
26
|
http = Net::HTTP.new(DEPLOY_TRACKING_HOST, DEPLOY_TRACKING_PORT)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deploytracking
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 0.0.9
|
10
|
+
version: 0.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrew Nesbitt
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-04-17 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|