ashmont 0.0.15 → 0.10.0a

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: 4cbc767616cdfb36fa0361192652eb7260cf7819
4
- data.tar.gz: dfcfe21d97c3bc0141650d489b2f9e15353fb042
3
+ metadata.gz: bcb008259f49896fb281836edd75e5701a050f8d
4
+ data.tar.gz: 6c5e797673039234747c45a8589fdfcc601a3328
5
5
  SHA512:
6
- metadata.gz: 2bacaf4575b5a27b377a7fbf64b8b2bbfc14f3681f57c0ebece26f82f81c0036d7186e22ace36328fd4b7ad118f45a0ca87774540a938d86bdcc9bf618d90ce2
7
- data.tar.gz: fc714edba413131497708bdb572d60ce885993b00fb5fdc9fcee26b776801395e22b4920ca39c14eb2399eb98448a89c7260b6f379d42cc548580291970aa748
6
+ metadata.gz: f25c4589a4c5b9310a44e191724370b1abaa4c2c6c447536a5ef07e7a884c6fb17561717f51a55fed80912e1c310a864fd35e244758fa28bc02cd76a6e693cd9
7
+ data.tar.gz: 7ad141cbecf25c450b2ffa4488480d82cc49f5447caab81e4234f42d1d3950b9af80660fb06749383be569638594fe37e2d77586930f0ed55bbbef9d76a3cd6f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ##v0.10.0
2
+ * bumped version number for gem release
3
+
4
+ ##v0.10.0a
5
+ * fixed typo in README.md
6
+ * bumped version number to reflect the overall modernization of the code
7
+
1
8
  ##v0.0.15
2
9
  * bumped release version
3
10
 
data/README.md CHANGED
@@ -102,7 +102,7 @@ Here's a simple example for creating and updating a subscribed customer:
102
102
  user.save_customer(params[:customer])
103
103
 
104
104
  The above `save_customer` method will accept attributes related to
105
- subscriptions, customrers, and credit cards.
105
+ subscriptions, customers, and credit cards.
106
106
 
107
107
  Testing
108
108
  -------
@@ -1,3 +1,3 @@
1
1
  module Ashmont
2
- VERSION = "0.0.15"
2
+ VERSION = "0.10.0a"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ashmont
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.10.0a
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
@@ -183,9 +183,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
183
183
  version: '0'
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - ">="
186
+ - - ">"
187
187
  - !ruby/object:Gem::Version
188
- version: '0'
188
+ version: 1.3.1
189
189
  requirements: []
190
190
  rubyforge_project: ashmont
191
191
  rubygems_version: 2.6.10