hivequeen_client 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  ## If your rubyforge_project name is different, then edit it and comment out
7
7
  ## the sub! line in the Rakefile
8
8
  s.name = 'hivequeen_client'
9
- s.version = '0.1.0'
9
+ s.version = '0.2.0'
10
10
  s.date = '2011-10-03'
11
11
 
12
12
  ## Make sure your summary is short. The description may be as long
@@ -1,5 +1,5 @@
1
1
  # Load environment configuration from Hive Queen
2
- require "hive_queen_client/hive_queen"
2
+ require "hivequeen_client/hivequeen"
3
3
 
4
4
  HiveQueen.endpoint = hivequeen_endpoint
5
5
  HiveQueen.logger = logger
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hivequeen_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Suggs