noxy 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69b63b40aba3c20978bbae0708d1d1c8e5ee59c7
4
- data.tar.gz: 1790f0cbd28b5569b7f0fe237874cfd00b6dedfc
3
+ metadata.gz: ffa69011690d244c180df0a425c23f64fb9c448b
4
+ data.tar.gz: 06a37e1b50a810aa786dd25feba6c6ef0a85d0ba
5
5
  SHA512:
6
- metadata.gz: 5219740c32aa0f43c846e8f642d49b752efb42155704c58359820da9e9279ac0527bbfa5808794e9b4e11da59aabce07201c1742942e4c84168d64b54baa34d3
7
- data.tar.gz: 25ad93fe3167dbedfb74b45104cccf4a853401c271be7eb2411b3d9ebbd1aae801aa5761b8ba727ba181ba765dfb05306a10259fa5cc4283bdb75b7bf879716b
6
+ metadata.gz: 46ac8f461e86dbccce717dd16eaa364137971ef622b03d848f95e07a8edf76fa5fd982f9c8b11086f144d3ca3c6edc3f20aa0589b06fb0a865cc36a2e1f28312
7
+ data.tar.gz: c03f4d00a7457b7565bbc07325072153401c8f4f84341545b3508cd9665bd14efe153ccb25a0b9326c048476067995319bd106aa02a1affb3d77a9cc3320f5bd
data/.gitignore CHANGED
@@ -12,4 +12,5 @@
12
12
  *.so
13
13
  *.o
14
14
  *.a
15
+ *.gem
15
16
  mkmf.log
data/lib/noxy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Noxy
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/noxy.gemspec CHANGED
@@ -9,10 +9,10 @@ Gem::Specification.new do |gem|
9
9
  gem.name = "noxy"
10
10
  gem.version = Noxy::VERSION
11
11
  gem.authors = ["DK"]
12
- gem.email = ["amaniak@noxqs.nl"]
12
+ gem.email = ["amaniak@nutshell.nl"]
13
13
  gem.summary = %q{Google Apps domain authentication}
14
14
  gem.description = %q{Basic support for Google Apps authentication}
15
- gem.homepage = "http://noxqs.nl"
15
+ gem.homepage = "https://github.com/amaniak/noxy"
16
16
  gem.license = "MIT"
17
17
 
18
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DK
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-28 00:00:00.000000000 Z
11
+ date: 2015-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie
@@ -152,7 +152,7 @@ dependencies:
152
152
  version: '0'
153
153
  description: Basic support for Google Apps authentication
154
154
  email:
155
- - amaniak@noxqs.nl
155
+ - amaniak@nutshell.nl
156
156
  executables: []
157
157
  extensions: []
158
158
  extra_rdoc_files: []
@@ -170,7 +170,7 @@ files:
170
170
  - noxy.gemspec
171
171
  - spec/noxy_spec.rb
172
172
  - spec/spec_helper.rb
173
- homepage: http://noxqs.nl
173
+ homepage: https://github.com/amaniak/noxy
174
174
  licenses:
175
175
  - MIT
176
176
  metadata: {}