clever-ruby 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ class CleverConfigurationTest < Test::Unit::TestCase
16
16
  end
17
17
 
18
18
  should "set a default for the api base" do
19
- Clever.configuration.api_base.must_equal('https://api.getclever.com/')
19
+ Clever.configuration.api_base.must_equal('https://api.clever.com/')
20
20
  end
21
21
 
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clever-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-08 00:00:00.000000000 Z
13
+ date: 2014-02-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: 3.2.11
175
175
  description: Ruby bindings to the Clever API.
176
176
  email:
177
- - ruby@getclever.com
177
+ - tech-support@clever.com
178
178
  executables: []
179
179
  extensions: []
180
180
  extra_rdoc_files: []
@@ -182,6 +182,7 @@ files:
182
182
  - .document
183
183
  - .gitignore
184
184
  - .travis.yml
185
+ - CHANGELOG.md
185
186
  - Gemfile
186
187
  - LICENSE.txt
187
188
  - README.md