au_pair 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/au_pair.gemspec +1 -1
  2. data/lib/au_pair/version.rb +1 -1
  3. 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{Provides API versioning and token authentication services to Apts.com client apps}
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"
@@ -1,3 +1,3 @@
1
1
  module AuPair
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: Provides API versioning and token authentication services to Apts.com
63
- client apps
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: -3911207844321360357
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: -3911207844321360357
110
+ hash: 2618719517433211905
111
111
  requirements: []
112
112
  rubyforge_project:
113
113
  rubygems_version: 1.8.24