ashmont 0.0.12 → 0.0.13
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/ashmont.gemspec +3 -3
- data/lib/ashmont/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 368979f4027a81b1b4806d38da11745fa0520d05
|
|
4
|
+
data.tar.gz: 2c14128bb27a4bee360a2607e5fceb176df9957f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be1a795ec4710fc53726226bc412966d071465445a4ea5727d60e7add1a931e9df16eaa5b3b8ccea5a88c4cbfa75f397c228db0da80e19d9033fcbae05c79a23
|
|
7
|
+
data.tar.gz: 8ee590831e24483b43f10811f74d999fb6f0014159d47e3bd46919cba6e7365c65ae64e6405c8289d93e7839396d8978f798b6099d604fa992085e23db811af0
|
data/CHANGELOG.md
CHANGED
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
|
|
data/lib/ashmont/version.rb
CHANGED
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.
|
|
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:
|