bundl_instagram_api 1.0.3 → 1.0.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
  SHA256:
3
- metadata.gz: ba1b07280316c1f4247352f14c79d674ca92959b3bf44ca9ad6133d66ecb13ae
4
- data.tar.gz: 4de0e5b114cdd06d4497fd7494081a477fa2b07ce782d64f4d913ae8e2ee04a2
3
+ metadata.gz: 2fdf3a30289edc61b01af3ec80ce1b530e773d63d37cddf5f17887f93693c01b
4
+ data.tar.gz: 9f9fda66f1754a814bc6839a8b9e6698521bad101197686a505454d22923ff1b
5
5
  SHA512:
6
- metadata.gz: dddf5f4a44677b1d93657efde1f0e420907a32578dd3a21eda6e27951b6554a080dc12b35064cbab9842f1aba1ef53419e37625c011fcffe78b044cf4bec6cb7
7
- data.tar.gz: 7c1d675ad155c87f577e296acb4640a96f0b0f998c84d47455581aad307177d0f3236623f550fb429218e28537de656513c5bde9faf391695c4d610f597573ff
6
+ metadata.gz: f4055e3cdb68bcbede7e84e200176cbbce23846b5724bae2fd29b96d10002d1c662819d8fd2642d284980339628acb0b566c9f6b09339626ee473b5624dd267e
7
+ data.tar.gz: a153a73eb311b4035287bfa13d57bdc4526f109d3081f508618428b1b39d882042b45ad4f7c01f470879532b0f6ba67290be25ff119d40f59cdb7824233c57c2
@@ -17,7 +17,7 @@ module BundlInstagramApi
17
17
  end
18
18
  end
19
19
 
20
- def user_insights(object_id, metrics: nil, period:nil)
20
+ def user_insights(object_id, metrics: nil, period:nil, since:nil, until:nil)
21
21
  @raw_insights = get_connections(object_id, "insights?metric=#{metrics}&period=#{period}")
22
22
  @raw_insights.reduce({}) do |result, insight_data|
23
23
  result[insight_data["name"]] = insight_data["values"].first["value"]
@@ -1,3 +1,3 @@
1
1
  module BundlInstagramApi
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundl_instagram_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-12 00:00:00.000000000 Z
11
+ date: 2021-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler