deploytracking 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- deploytracking (0.0.9)
4
+ deploytracking (0.1.0)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -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["gem_version"]' => DeployTracking::VERSION}
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)
@@ -1,3 +1,3 @@
1
1
  module DeployTracking
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
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: 13
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 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-03-14 00:00:00 +00:00
18
+ date: 2011-04-17 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency