ashmont 0.0.12 → 0.0.13

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: f63b6c7b821f3dae27701be2e0df7f3b8af6ded5
4
- data.tar.gz: dd9f6f848a7bc533b7ce215bdfe38c4babe93c4e
3
+ metadata.gz: 368979f4027a81b1b4806d38da11745fa0520d05
4
+ data.tar.gz: 2c14128bb27a4bee360a2607e5fceb176df9957f
5
5
  SHA512:
6
- metadata.gz: 4669eecb9e0d67700d3726a61a1da4519be58a83963251c0f4530d3ea6557d14dc6c47bacd97d03e571a1ce03de252b61bf71b1936bdec464df0ebe693cead00
7
- data.tar.gz: 44e257f514158d23b876a352e086819c5571c72c274c2b27e651e617d5381e5dd74b169ad03ed183db10713f371ecdf6e6087a9ff26160f0cd0685ede8dea500
6
+ metadata.gz: be1a795ec4710fc53726226bc412966d071465445a4ea5727d60e7add1a931e9df16eaa5b3b8ccea5a88c4cbfa75f397c228db0da80e19d9033fcbae05c79a23
7
+ data.tar.gz: 8ee590831e24483b43f10811f74d999fb6f0014159d47e3bd46919cba6e7365c65ae64e6405c8289d93e7839396d8978f798b6099d604fa992085e23db811af0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##v0.0.13
2
+ * added credit for captproton and homepage url
3
+
1
4
  ##v0.0.12
2
5
 
3
6
  * bumped up version of braintree gem in gemspec
data/ashmont.gemspec CHANGED
@@ -5,9 +5,9 @@ require "ashmont/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "ashmont"
7
7
  s.version = Ashmont::VERSION.dup
8
- s.authors = ["thoughtbot"]
9
- s.email = ["jferris@thoughtbot.com"]
10
- s.homepage = ""
8
+ s.authors = ["thoughtbot", "captproton (Carl Tanner)"]
9
+ s.email = ["jferris@thoughtbot.com", "rocketeer.captproton@gmail.com"]
10
+ s.homepage = "https://github.com/captproton/ashmont"
11
11
  s.summary = %q{ActiveModel-like objects and helpers for interacting with Braintree.}
12
12
  s.description = %q{ActiveModel-like objects and helpers for interacting with Braintree.}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Ashmont
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ashmont
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoughtbot
8
+ - captproton (Carl Tanner)
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -125,6 +126,7 @@ dependencies:
125
126
  description: ActiveModel-like objects and helpers for interacting with Braintree.
126
127
  email:
127
128
  - jferris@thoughtbot.com
129
+ - rocketeer.captproton@gmail.com
128
130
  executables:
129
131
  - console
130
132
  - setup
@@ -155,7 +157,7 @@ files:
155
157
  - spec/ashmont/subscription_spec.rb
156
158
  - spec/ashmont_spec.rb
157
159
  - spec/spec_helper.rb
158
- homepage: ''
160
+ homepage: https://github.com/captproton/ashmont
159
161
  licenses: []
160
162
  metadata: {}
161
163
  post_install_message: