rainforest_auth 0.0.10 → 0.0.11

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: be5c19d4c8f4d0e01ba5d94261ff763089488870
4
- data.tar.gz: 91b7aba39ce35a2e527cca72511783f67a7f379e
3
+ metadata.gz: 7ed033ff327dbcd6999dabaebf9e75299142c096
4
+ data.tar.gz: f22f960921dc3fb5d7dcf5a850d8ee74d5510afc
5
5
  SHA512:
6
- metadata.gz: 9553dd2fd085cae0cf93dd03e0f83df97c6c19217165b85f1473900e2bdb0164504c3ca65163ffccd06b1268ec9fd341a8f65e984503dda8e616c724feb0eab4
7
- data.tar.gz: c91ba2329d9d06ba4a91ba02245978d9cc9e11d6c2122c2ac44a731c87e69e64f4b741dda394978018ba2dd835360a786393efc699f44b15663088673f1bb013
6
+ metadata.gz: a73c2c8563ab632429b489eac299834dfc98db5cdc853108682b98e42ef192a1c688169019244ab5576c719e7a4c91f8e4d2d9b684d7452cd39eec4a99120198
7
+ data.tar.gz: 63c4721efaf3d8cc7a53d74e857f7996239ee28b71fd05b599f335b17579ffeb768a25c91cf702210446d8e67d47f1b1f95014b57ab96e558fcdd9df89b1fa95
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rainforest_auth (0.0.10)
4
+ rainforest_auth (0.0.11)
5
5
  json
6
6
 
7
7
  GEM
File without changes
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rainforest_auth"
3
- s.version = "0.0.10"
3
+ s.version = "0.0.11"
4
4
  s.date = "2014-02-13"
5
5
  s.summary = "Authentication of messages for Rainforest webhooks"
6
6
  s.description = "Signs / Authenticates messages"
data/spec/spec_helper.rb CHANGED
@@ -2,7 +2,7 @@ require 'rspec'
2
2
 
3
3
  ENV["RACK_ENV"] ||= 'test'
4
4
 
5
- require File.expand_path('../lib/rainforest/auth', File.dirname(__FILE__))
5
+ require File.expand_path('../lib/rainforest_auth', File.dirname(__FILE__))
6
6
 
7
7
  # Configure rspec
8
8
  RSpec.configure do |config|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainforest_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Smith
@@ -40,7 +40,7 @@ files:
40
40
  - LICENSE
41
41
  - README.md
42
42
  - Rakefile
43
- - lib/rainforest/auth.rb
43
+ - lib/rainforest_auth.rb
44
44
  - rainforest_auth.gemspec
45
45
  - spec/rainforest_auth_spec.rb
46
46
  - spec/spec_helper.rb