bundl_instagram_api 1.0.4 → 1.0.5

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
  SHA256:
3
- metadata.gz: 2fdf3a30289edc61b01af3ec80ce1b530e773d63d37cddf5f17887f93693c01b
4
- data.tar.gz: 9f9fda66f1754a814bc6839a8b9e6698521bad101197686a505454d22923ff1b
3
+ metadata.gz: 0d12399fcd29530db247862052fbcf8f154c2d4bb452dec671b470d874f1bca1
4
+ data.tar.gz: 939a106f68965b453d11a3ada50789a1182cfcb2223630349ea04ff145e527bd
5
5
  SHA512:
6
- metadata.gz: f4055e3cdb68bcbede7e84e200176cbbce23846b5724bae2fd29b96d10002d1c662819d8fd2642d284980339628acb0b566c9f6b09339626ee473b5624dd267e
7
- data.tar.gz: a153a73eb311b4035287bfa13d57bdc4526f109d3081f508618428b1b39d882042b45ad4f7c01f470879532b0f6ba67290be25ff119d40f59cdb7824233c57c2
6
+ metadata.gz: 648dcd7920df5fda06574acaa2bf6721ba0eb690d632cf64b503cad684820ad707af666758521c8b245b64466275576a44198d64f379e9799f63ee243388cbe5
7
+ data.tar.gz: ba48f2f0adbfa5df827b4aae5675e0db10f809e5db5724084d37a8ba97651dd5aea703d5a7ebb6b7bf756527ec1936487db562b9bd59d21bfd04a5bba1bf4113
@@ -18,7 +18,7 @@ module BundlInstagramApi
18
18
  end
19
19
 
20
20
  def user_insights(object_id, metrics: nil, period:nil, since:nil, until:nil)
21
- @raw_insights = get_connections(object_id, "insights?metric=#{metrics}&period=#{period}")
21
+ @raw_insights = get_connections(object_id, "insights?metric=#{metrics}&period=#{period}&since=#{since}&until=#{until}")
22
22
  @raw_insights.reduce({}) do |result, insight_data|
23
23
  result[insight_data["name"]] = insight_data["values"].first["value"]
24
24
  result
@@ -1,3 +1,3 @@
1
1
  module BundlInstagramApi
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundl_instagram_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler