sunlight_api 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a76ef01693fb9f80ab9a585fe39394c57a4c1f63
4
- data.tar.gz: 7971d9810a2a4b129fc3531a028ca1f3ce0eefc3
3
+ metadata.gz: 5d9b50c00487de294313d8b3b159cdafbbf49491
4
+ data.tar.gz: f85d378b8b70838d8d3fd7d81e6dbc3eb6057c38
5
5
  SHA512:
6
- metadata.gz: 8af9deecaeb2ba852bd4a79c32c9361af7389beec10404c338c93f473829ce51e7435a1665ea6fd14c871d32f5a8d211e3a4b6ae24e42ea28787e072f4ad01c9
7
- data.tar.gz: 5438cb6526ab8e1d0258c87ebaed5aec0682514399e3fccd6f1681c9458dde5daaf2855ff89cd87629b87ba8996fc64c56d4f888fb80c92d57940296590a41af
6
+ metadata.gz: 46733f550b93e1b85f64d79fea74ac3f68a9dbdce0ee49ecc4ba02c1acfb44afe77cf70a0b75a9504599b2e13a7824b92e9b311a5da20dbb0ed9c641309b172b
7
+ data.tar.gz: 128b6e70b68f9baef96dbab4c245b50b0d46fff07f44bae0aed0565919e6541b09a7f44a42f9aa3107629ca9be0565973714b04a4ee610486650131318c0121d
@@ -1,3 +1,3 @@
1
1
  module SunlightApi
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
data/lib/sunlight_api.rb CHANGED
@@ -50,6 +50,10 @@ module SunlightApi
50
50
  yield product
51
51
  end
52
52
  end
53
+
54
+ def products_array
55
+ request("part")
56
+ end
53
57
  end
54
58
  class UriGenerator
55
59
  attr_reader :url
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunlight_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Tyrel Corporation
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-22 00:00:00.000000000 Z
11
+ date: 2015-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -116,6 +116,7 @@ files:
116
116
  - lib/sunlight_api.rb
117
117
  - lib/sunlight_api/version.rb
118
118
  - sunlight_api-1.0.0.gem
119
+ - sunlight_api-1.1.0.gem
119
120
  - sunlight_api.gemspec
120
121
  homepage: https://github.com/thetyrelcorporation/sunlight_api
121
122
  licenses: