you_got_listed 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module YouGotListed
3
3
 
4
4
  include HTTParty
5
5
  format :xml
6
- base_uri "https://yougotlistings.com/api"
6
+ base_uri "https://www.yougotlistings.com/api"
7
7
 
8
8
  attr_accessor :api_key
9
9
 
@@ -1,3 +1,3 @@
1
1
  module YouGotListed
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
@@ -11,7 +11,7 @@ describe YouGotListed::Client do
11
11
  end
12
12
 
13
13
  it "should set the base uri" do
14
- @ygl.class.base_uri.should == "https://yougotlistings.com/api"
14
+ @ygl.class.base_uri.should == "https://www.yougotlistings.com/api"
15
15
  end
16
16
 
17
17
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: you_got_listed
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Cocca