honeycrisp 0.0.1 → 0.0.2

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: 262039adf9839c205736ed3c2b0b7f07152aa2a1
4
- data.tar.gz: 0a36b9e5a8161e54515fbe95c52562586ce12260
3
+ metadata.gz: 7e1c68a39c7c17de1bda71f310766cc4dbd094e4
4
+ data.tar.gz: 4dfa63c040fc9416d3d4ca1977f70bbc1f492722
5
5
  SHA512:
6
- metadata.gz: c7d7f2e0f46b62f07e46b50bf3c631137e189d780cd4789192b863a1c84e01bfa821bbfd44aaff20d0fcb5a93acce851fdb52c1100a427ae61c66d98d9ce9511
7
- data.tar.gz: 64d2f6d6cbf92341357587bed6fd3e4e6a7338bafeab97ee26b84d3762a558d8dc2deadfe4e7cb0b4bc754a467b870d2dfca261d8d9bb36e240083de30cb5821
6
+ metadata.gz: 265ad254c3d971f2f03ae7a5f658661a91b82a5b65ab7f6e71b7491f5ef9d3c10d3d4b1dfee6452e8e9f80c3e43b98b882e24feb822abb882f9b71326f4357e5
7
+ data.tar.gz: 2d2ac43be796224846db55893c5839a37ab71d9fa283ac9f20d9dcf4e0c5d77321c95ec55cb44f7a354594f4e95a2c78ba10648d571ea8ec508d6a61c1518610
data/CHANGES.md CHANGED
@@ -1,3 +1,11 @@
1
+ Version 0.0.2
2
+ -------------
3
+
4
+ Released February 18, 2015
5
+
6
+ - Fixed a bug when calling `Honeycrisp::Subscription` without first requiring the subscription file
7
+
8
+
1
9
  Version 0.0.1
2
10
  -------------
3
11
 
@@ -1,3 +1,3 @@
1
1
  module Honeycrisp
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/honeycrisp.rb CHANGED
@@ -3,6 +3,7 @@ require File.join(File.dirname(__FILE__), 'honeycrisp', 'configuration')
3
3
  require File.join(File.dirname(__FILE__), 'honeycrisp', 'client')
4
4
  require File.join(File.dirname(__FILE__), 'honeycrisp', 'receipt')
5
5
  require File.join(File.dirname(__FILE__), 'honeycrisp', 'in_app_purchase')
6
+ require File.join(File.dirname(__FILE__), 'honeycrisp', 'subscription')
6
7
  require File.join(File.dirname(__FILE__), 'honeycrisp', 'itunes', 'error')
7
8
 
8
9
  module Honeycrisp
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeycrisp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Rhinesmith