omniauth-iauth 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f66efd0ee82f2e6e368685677e8695e3be1e233b
4
- data.tar.gz: ef0a33f1c97b313c8f3aa12a65645f308d6705e4
3
+ metadata.gz: a6a5c3f8dfb4b4645aee9af1c9028937f1724820
4
+ data.tar.gz: d8312f83885b03676adc4a2ec6427cf71f98b984
5
5
  SHA512:
6
- metadata.gz: 09a1ed5644972fbfd66ba98195d6caff28569ddce87787e4d9fc38e34c00f1d6eab6af8eaca3f47c1865270fa46fd89c1a57ff1c20234077fa7c44b09965ae84
7
- data.tar.gz: 6efec9ffa2e83ca0d40bdcc58795e372b44642396820b144b6594e47e5baa66a1d8807b25276a21e0dd66dacb46395d3e45bb9445a9d8096c2850ffd4ca5d299
6
+ metadata.gz: 64bd95eec55e467a905db5fe54b87db96ddf8c8726ec4f5d5f23afb4c4d6b734d61efdb8b89c764d8441c2f86d9ae342a168b27a5ebec56d4409993be71b4e63
7
+ data.tar.gz: 259afd0b1a5da9380bebc99d385971c9fafffbbfee4574cb37d50b5a54ea2cd5f63b1ba586b367c8a3ee2c7cf767dca411fb6505d0c7936c47ea2d465b8372bb
@@ -0,0 +1 @@
1
+ *.gem
@@ -13,7 +13,7 @@ GEM
13
13
  httparty (0.13.3)
14
14
  json (~> 1.8)
15
15
  multi_xml (>= 0.5.2)
16
- iauth (1.0.1)
16
+ iauth (1.0.2)
17
17
  httparty
18
18
  json (1.8.1)
19
19
  method_source (0.8.2)
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module IAuth
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-iauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Zhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -73,6 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - ".gitignore"
76
77
  - Gemfile
77
78
  - Gemfile.lock
78
79
  - lib/omniauth-iauth.rb