datarank 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 624517b7f613476a8012d1a9c52054a00b7158af
4
- data.tar.gz: ff276914ac292e39a243235c07253b7304684951
3
+ metadata.gz: 24300be85c19c3423026ed5117e651acf6332cf9
4
+ data.tar.gz: bf699e7d8924e7500f4032a4d3f84593987c470a
5
5
  SHA512:
6
- metadata.gz: 2202ca5c4cd2442e7adcbc2dbfe1381a6303d0446b6875296b6fad442f56384ccdf311457737b8f71e7e265ea340b65be2fdf211e482efe3d5029016ed72f35e
7
- data.tar.gz: 1719c933d25432fd53270b36718b7c8feaac4201b43fe5acfb6b10a2cbef0660c14dd7e6e254b0fbdb8fcd3fd75fad8945e5d2a0f673ee85fee123c6701998a9
6
+ metadata.gz: 88a6aaa634022c65f072517909cc189630b703dd269f42b8c77635d31e436d4b8e99d3b152a8dce57c84ec50f214835d1417642318568763b3c49a2cd886378a
7
+ data.tar.gz: 5c80f0647f28dd61e33f2b14dded2cf5ad84ae69e681db74605aba78c33dd81b100f7ae1c322a2d2fe1f9913f278c0e702536a2f3a30ed6a63e31e3c6d6014c5
@@ -3,7 +3,7 @@ module Datarank
3
3
 
4
4
  # Module containing methods for interacting with topics
5
5
  module Topics
6
-
6
+
7
7
  # Return all topics
8
8
  #
9
9
  # @option options [1..1000] :limit The number of items to return.
@@ -15,10 +15,10 @@ module Datarank
15
15
  #
16
16
  # @param slug [String] A topic's unique identifier slug
17
17
  def find_topic(slug, options={})
18
- get "/topics/#{slug}"
18
+ get "/topics/#{slug}", options
19
19
  end
20
-
20
+
21
21
  end
22
22
 
23
23
  end
24
- end
24
+ end
@@ -3,7 +3,7 @@ module Datarank
3
3
  class Version
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- PATCH = 3
6
+ PATCH = 4
7
7
 
8
8
  class << self
9
9
  def to_s
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datarank
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Addam Hardy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-05 00:00:00.000000000 Z
11
+ date: 2015-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake