clever-ruby 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ class DistrictTest < Test::Unit::TestCase
52
52
  end
53
53
 
54
54
  should "page a district's events" do
55
- test_object_pages 'event', 1, 13
55
+ test_object_pages 'event', 1, 14
56
56
  end
57
57
 
58
58
  private
@@ -20,6 +20,6 @@ class CleverTest < Test::Unit::TestCase
20
20
 
21
21
  should 'uri-encode params' do
22
22
  query_string = Clever.convert_to_query_string created_at: '2013-02-15T 2:30:42Z'
23
- query_string.must_equal '?created_at=2013-02-15T%202:30:42Z'
23
+ query_string.must_equal 'created_at=2013-02-15T%202:30:42Z'
24
24
  end
25
25
  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.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clever Dev