au_pair 1.0.1 → 1.0.2

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.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Bantik
1
+ Copyright (c) 2013 Corey Ehmke.
2
2
 
3
3
  MIT License
4
4
 
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["cehmke@apartments.com"]
11
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
- spec.homepage = ""
14
- spec.license = "Private"
13
+ spec.homepage = "https://github.com/aptsCom/au_pair"
14
+ spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module AuPair
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -83,9 +83,9 @@ files:
83
83
  - spec/authentication_token_spec.rb
84
84
  - spec/configuration_spec.rb
85
85
  - spec/spec_helper.rb
86
- homepage: ''
86
+ homepage: https://github.com/aptsCom/au_pair
87
87
  licenses:
88
- - Private
88
+ - MIT
89
89
  post_install_message:
90
90
  rdoc_options: []
91
91
  require_paths:
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  segments:
100
100
  - 0
101
- hash: 2618719517433211905
101
+ hash: -3736725964287678646
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: 2618719517433211905
110
+ hash: -3736725964287678646
111
111
  requirements: []
112
112
  rubyforge_project:
113
113
  rubygems_version: 1.8.24