vertebrae 0.2.4 → 0.2.5
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/.ruby-version +1 -1
- data/.travis.yml +3 -0
- data/VERSION +1 -1
- data/lib/api.rb +1 -1
- data/vertebrae.gemspec +4 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79eda23c0ff7839809cd5b628cba511fb9065d79
|
|
4
|
+
data.tar.gz: e7bb3222470fd3b0178eec592f35997992545256
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f541fe57bbc089acefccbcd4957677771f3b2fdd824e7488e2ed2fd6be65823a220fe8b870b3ca82ef2275e7216f8368510009569ac6af889de44854aff05d59
|
|
7
|
+
data.tar.gz: 697aaa776de5c575a95d69da1404b3c6b0de73595ffb2fecde4dae83b65117b9ae32d168d7de8fe3ab8f781ce707f18998545d48ef2620a497c3ab1816c0e09b
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.0.0-
|
|
1
|
+
ruby-2.0.0-p353
|
data/.travis.yml
ADDED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.5
|
data/lib/api.rb
CHANGED
data/vertebrae.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "vertebrae"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nathan Woodhull"]
|
|
12
|
-
s.date = "
|
|
12
|
+
s.date = "2014-08-01"
|
|
13
13
|
s.description = "A set of low level infrastructure and reusable code for building API clients"
|
|
14
14
|
s.email = "nathan@controlshiftlabs.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
".rspec",
|
|
22
22
|
".ruby-gemset",
|
|
23
23
|
".ruby-version",
|
|
24
|
+
".travis.yml",
|
|
24
25
|
"Gemfile",
|
|
25
26
|
"Gemfile.lock",
|
|
26
27
|
"LICENSE.txt",
|
|
@@ -52,7 +53,7 @@ Gem::Specification.new do |s|
|
|
|
52
53
|
s.homepage = "http://github.com/controlshift/vertebrae"
|
|
53
54
|
s.licenses = ["MIT"]
|
|
54
55
|
s.require_paths = ["lib"]
|
|
55
|
-
s.rubygems_version = "2.0.
|
|
56
|
+
s.rubygems_version = "2.0.14"
|
|
56
57
|
s.summary = "API Client Infrastructure"
|
|
57
58
|
|
|
58
59
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vertebrae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Woodhull
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -121,6 +121,7 @@ files:
|
|
|
121
121
|
- .rspec
|
|
122
122
|
- .ruby-gemset
|
|
123
123
|
- .ruby-version
|
|
124
|
+
- .travis.yml
|
|
124
125
|
- Gemfile
|
|
125
126
|
- Gemfile.lock
|
|
126
127
|
- LICENSE.txt
|
|
@@ -168,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
169
|
version: '0'
|
|
169
170
|
requirements: []
|
|
170
171
|
rubyforge_project:
|
|
171
|
-
rubygems_version: 2.0.
|
|
172
|
+
rubygems_version: 2.0.14
|
|
172
173
|
signing_key:
|
|
173
174
|
specification_version: 4
|
|
174
175
|
summary: API Client Infrastructure
|