au_pair 1.0.0 → 1.0.1
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.
- data/au_pair.gemspec +1 -1
- data/lib/au_pair/version.rb +1 -1
- metadata +5 -5
data/au_pair.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = AuPair::VERSION
|
|
9
9
|
spec.authors = ["Corey Ehmke"]
|
|
10
10
|
spec.email = ["cehmke@apartments.com"]
|
|
11
|
-
spec.description = %q{
|
|
11
|
+
spec.description = %q{AuPair provides token-based authentication and versioning for Rails API applications.}
|
|
12
12
|
spec.summary = %q{API versioning and token authentication}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "Private"
|
data/lib/au_pair/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: au_pair
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,8 +59,8 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
|
-
description:
|
|
63
|
-
|
|
62
|
+
description: AuPair provides token-based authentication and versioning for Rails API
|
|
63
|
+
applications.
|
|
64
64
|
email:
|
|
65
65
|
- cehmke@apartments.com
|
|
66
66
|
executables: []
|
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
version: '0'
|
|
99
99
|
segments:
|
|
100
100
|
- 0
|
|
101
|
-
hash:
|
|
101
|
+
hash: 2618719517433211905
|
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
none: false
|
|
104
104
|
requirements:
|
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
version: '0'
|
|
108
108
|
segments:
|
|
109
109
|
- 0
|
|
110
|
-
hash:
|
|
110
|
+
hash: 2618719517433211905
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project:
|
|
113
113
|
rubygems_version: 1.8.24
|