rakuna-content-signature 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fa5bcf9c29b084f58b3c08a6facebfe807a7f0de
4
+ data.tar.gz: 57acc457ca8f943556480ce26caaf0ba7c6dbc7c
5
+ SHA512:
6
+ metadata.gz: 3f406ce7f48286bd88c7e99231ec1751263b90f9d670c3647f117450ef0895c306e1713d3a561a8f7ac19cf864dc682a2a4d904686352dca15301f49b0e7ea53
7
+ data.tar.gz: b0e38bdfdaf8c8ad58035456b33605574deefe00eb705332b59fb172759e0f13f9f58124b6152a9c92062660a9017a14d05581743a1d407a2065af9e9936ac97
data/Gemfile ADDED
@@ -0,0 +1,24 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'rakuna-core', '~> 1.0'
4
+
5
+ platform :ruby do
6
+ gem 'fast_secure_compare', '~> 1.0'
7
+ end
8
+
9
+ platform :jruby do
10
+ gem 'secure_compare', '~> 0.0'
11
+ end
12
+
13
+ group :development do
14
+ gem 'bundler', '~> 1.10'
15
+ gem 'flog', '~> 4.3'
16
+ gem 'inch', '~> 0.6'
17
+ gem 'jeweler', '~> 2.0'
18
+ gem 'reek', '~> 3.1'
19
+ gem 'roodi', '~> 5.0'
20
+ gem 'rspec', '~> 3.3'
21
+ gem 'rubocop', '~> 0.33'
22
+ gem 'simplecov', '~> 0.10'
23
+ gem 'yard', '~> 0.8'
24
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,164 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ abstract_type (0.0.7)
5
+ adamantium (0.2.0)
6
+ ice_nine (~> 0.11.0)
7
+ memoizable (~> 0.4.0)
8
+ addressable (2.3.8)
9
+ as-notifications (1.0.1)
10
+ ast (2.1.0)
11
+ astrolabe (1.3.1)
12
+ parser (~> 2.2)
13
+ builder (3.2.2)
14
+ coderay (1.1.0)
15
+ concord (0.1.5)
16
+ adamantium (~> 0.2.0)
17
+ equalizer (~> 0.0.9)
18
+ contracts (0.11.0)
19
+ descendants_tracker (0.0.4)
20
+ thread_safe (~> 0.3, >= 0.3.1)
21
+ diff-lcs (1.2.5)
22
+ docile (1.1.5)
23
+ equalizer (0.0.11)
24
+ faraday (0.9.1)
25
+ multipart-post (>= 1.2, < 3)
26
+ fast_secure_compare (1.0.1)
27
+ flog (4.3.2)
28
+ ruby_parser (~> 3.1, > 3.1.0)
29
+ sexp_processor (~> 4.4)
30
+ git (1.2.9.1)
31
+ github_api (0.12.4)
32
+ addressable (~> 2.3)
33
+ descendants_tracker (~> 0.0.4)
34
+ faraday (~> 0.8, < 0.10)
35
+ hashie (>= 3.4)
36
+ multi_json (>= 1.7.5, < 2.0)
37
+ nokogiri (~> 1.6.6)
38
+ oauth2
39
+ hashie (3.4.2)
40
+ highline (1.7.3)
41
+ i18n (0.7.0)
42
+ ice_nine (0.11.1)
43
+ inch (0.6.4)
44
+ pry
45
+ sparkr (>= 0.2.0)
46
+ term-ansicolor
47
+ yard (~> 0.8.7.5)
48
+ jeweler (2.0.1)
49
+ builder
50
+ bundler (>= 1.0)
51
+ git (>= 1.2.5)
52
+ github_api
53
+ highline (>= 1.6.15)
54
+ nokogiri (>= 1.5.10)
55
+ rake
56
+ rdoc
57
+ json (1.8.3)
58
+ jwt (1.5.1)
59
+ memoizable (0.4.2)
60
+ thread_safe (~> 0.3, >= 0.3.1)
61
+ method_source (0.8.2)
62
+ mini_portile (0.6.2)
63
+ multi_json (1.11.2)
64
+ multi_xml (0.5.5)
65
+ multipart-post (2.0.0)
66
+ nokogiri (1.6.6.2)
67
+ mini_portile (~> 0.6.0)
68
+ oauth2 (1.0.0)
69
+ faraday (>= 0.8, < 0.10)
70
+ jwt (~> 1.0)
71
+ multi_json (~> 1.3)
72
+ multi_xml (~> 0.5)
73
+ rack (~> 1.2)
74
+ parser (2.2.2.6)
75
+ ast (>= 1.1, < 3.0)
76
+ powerpack (0.1.1)
77
+ private_attr (1.1.0)
78
+ procto (0.0.2)
79
+ pry (0.10.1)
80
+ coderay (~> 1.1.0)
81
+ method_source (~> 0.8.1)
82
+ slop (~> 3.4)
83
+ rack (1.6.4)
84
+ rainbow (2.0.0)
85
+ rake (10.4.2)
86
+ rakuna-core (1.0.0)
87
+ contracts (~> 0.11)
88
+ webmachine (~> 1.4)
89
+ rdoc (4.2.0)
90
+ reek (3.3.1)
91
+ parser (~> 2.2.2.5)
92
+ private_attr (~> 1.1)
93
+ rainbow (~> 2.0)
94
+ unparser (~> 0.2.2)
95
+ roodi (5.0.0)
96
+ ruby_parser (~> 3.2, >= 3.2.2)
97
+ rspec (3.3.0)
98
+ rspec-core (~> 3.3.0)
99
+ rspec-expectations (~> 3.3.0)
100
+ rspec-mocks (~> 3.3.0)
101
+ rspec-core (3.3.2)
102
+ rspec-support (~> 3.3.0)
103
+ rspec-expectations (3.3.1)
104
+ diff-lcs (>= 1.2.0, < 2.0)
105
+ rspec-support (~> 3.3.0)
106
+ rspec-mocks (3.3.2)
107
+ diff-lcs (>= 1.2.0, < 2.0)
108
+ rspec-support (~> 3.3.0)
109
+ rspec-support (3.3.0)
110
+ rubocop (0.34.1)
111
+ astrolabe (~> 1.3)
112
+ parser (>= 2.2.2.5, < 3.0)
113
+ powerpack (~> 0.1)
114
+ rainbow (>= 1.99.1, < 3.0)
115
+ ruby-progressbar (~> 1.4)
116
+ ruby-progressbar (1.7.5)
117
+ ruby_parser (3.7.1)
118
+ sexp_processor (~> 4.1)
119
+ sexp_processor (4.6.0)
120
+ simplecov (0.10.0)
121
+ docile (~> 1.1.0)
122
+ json (~> 1.8)
123
+ simplecov-html (~> 0.10.0)
124
+ simplecov-html (0.10.0)
125
+ slop (3.6.0)
126
+ sparkr (0.4.1)
127
+ term-ansicolor (1.3.2)
128
+ tins (~> 1.0)
129
+ thread_safe (0.3.5)
130
+ tins (1.6.0)
131
+ unparser (0.2.4)
132
+ abstract_type (~> 0.0.7)
133
+ adamantium (~> 0.2.0)
134
+ concord (~> 0.1.5)
135
+ diff-lcs (~> 1.2.5)
136
+ equalizer (~> 0.0.9)
137
+ parser (~> 2.2.2)
138
+ procto (~> 0.0.2)
139
+ webmachine (1.4.0)
140
+ as-notifications (~> 1.0)
141
+ i18n (>= 0.4.0)
142
+ multi_json
143
+ yard (0.8.7.6)
144
+
145
+ PLATFORMS
146
+ ruby
147
+
148
+ DEPENDENCIES
149
+ bundler (~> 1.10)
150
+ fast_secure_compare (~> 1.0)
151
+ flog (~> 4.3)
152
+ inch (~> 0.6)
153
+ jeweler (~> 2.0)
154
+ rakuna-core (~> 1.0)
155
+ reek (~> 3.1)
156
+ roodi (~> 5.0)
157
+ rspec (~> 3.3)
158
+ rubocop (~> 0.33)
159
+ secure_compare (~> 0.0)
160
+ simplecov (~> 0.10)
161
+ yard (~> 0.8)
162
+
163
+ BUNDLED WITH
164
+ 1.10.6
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2015 Chris Olstrom
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,62 @@
1
+ # rakuna-content-signature
2
+
3
+ Content signatures for Rakuna and Webmachine!
4
+
5
+ # Description
6
+
7
+ Adds support for HMAC signatures with optional shared secrets to your Webmachine resources.
8
+
9
+ # Installation
10
+ `gem install rakuna-content-signature`
11
+
12
+ # Usage
13
+ `require 'rakuna/validation/signature'`
14
+
15
+ ## Examples
16
+
17
+ ### Rejecting a payload with a missing or invalid signature.
18
+ ```ruby
19
+ class ExampleResource < Rakuna::Resource::Action
20
+ include Rakuna::Validation::Signature
21
+
22
+ def malformed_request?
23
+ true unless signature_valid?
24
+ end
25
+ end
26
+ ```
27
+
28
+ ### Validating a GitHub payload
29
+ ```ruby
30
+ class ExampleResource < Rakuna::Resource::Action
31
+ include Rakuna::Validation::Signature
32
+
33
+ def signature_secret
34
+ ENV['GITHUB_SECRET']
35
+ end
36
+
37
+ def content_signature
38
+ request.headers['X-Hub-Signature']
39
+ end
40
+
41
+ def malformed_request?
42
+ true unless signature_valid?
43
+ end
44
+ end
45
+ ```
46
+
47
+
48
+
49
+ # Contributing
50
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
51
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
52
+ * Fork the project.
53
+ * Start a feature/bugfix branch.
54
+ * Commit and push until you are happy with your contribution.
55
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
56
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
57
+
58
+ # License
59
+ [MIT](https://tldrlegal.com/license/mit-license)
60
+
61
+ # Contributors
62
+ * [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:chris@olstrom.com) | [Twitter](https://twitter.com/ChrisOlstrom)
data/Rakefile ADDED
@@ -0,0 +1,56 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
17
+ gem.name = 'rakuna-content-signature'
18
+ gem.homepage = "http://github.com/colstrom/rakuna-content-signature"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{Content signatures for Rakuna and Webmachine}
21
+ gem.description = %Q{Adds support for HMAC signatures with optional shared secrets to your Webmachine resources}
22
+ gem.email = "chris@olstrom.com"
23
+ gem.authors = ["Chris Olstrom"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rspec/core'
29
+ require 'rspec/core/rake_task'
30
+ RSpec::Core::RakeTask.new(:spec) do |spec|
31
+ spec.pattern = FileList['spec/**/*_spec.rb']
32
+ end
33
+
34
+ desc "Code coverage detail"
35
+ task :simplecov do
36
+ ENV['COVERAGE'] = "true"
37
+ Rake::Task['spec'].execute
38
+ end
39
+
40
+ require 'reek/rake/task'
41
+ Reek::Rake::Task.new do |t|
42
+ t.fail_on_error = true
43
+ t.verbose = false
44
+ t.source_files = 'lib/**/*.rb'
45
+ end
46
+
47
+ require 'roodi'
48
+ require 'roodi_task'
49
+ RoodiTask.new do |t|
50
+ t.verbose = false
51
+ end
52
+
53
+ task :default => :spec
54
+
55
+ require 'yard'
56
+ YARD::Rake::YardocTask.new
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.0
@@ -0,0 +1,43 @@
1
+ require 'contracts'
2
+ require 'openssl'
3
+
4
+ module Rakuna
5
+ module Content
6
+ module Signature
7
+ include Contracts
8
+
9
+ class ContentSignature
10
+ include Contracts
11
+
12
+ Contract String => Any
13
+ def initialize(secret)
14
+ @secret = secret
15
+ end
16
+
17
+ Contract None => OpenSSL::Digest
18
+ def digest
19
+ @digest ||= OpenSSL::Digest::SHA1.new
20
+ end
21
+
22
+ Contract Maybe[String] => String
23
+ def generate(content)
24
+ [
25
+ digest.name.downcase,
26
+ '=',
27
+ OpenSSL::HMAC.hexdigest(digest, @secret, content)
28
+ ].join ''
29
+ end
30
+ end
31
+
32
+ Contract None => String
33
+ def signature_secret
34
+ ENV.fetch 'CONTENT_SIGNING_SECRET', ''
35
+ end
36
+
37
+ Contract None => ContentSignature
38
+ def signature
39
+ @signature ||= ContentSignature.new signature_secret
40
+ end
41
+ end
42
+ end
43
+ end
@@ -0,0 +1,30 @@
1
+ require 'contracts'
2
+ require 'rakuna/content/signature'
3
+
4
+ if RUBY_ENGINE == 'jruby'
5
+ require 'secure_compare'
6
+ SECURE_COMPARE = SecureCompare
7
+ else
8
+ require 'fast_secure_compare/fast_secure_compare'
9
+ SECURE_COMPARE = FastSecureCompare
10
+ end
11
+
12
+ module Rakuna
13
+ module Validation
14
+ module Signature
15
+ include Contracts
16
+ include Rakuna::Content::Signature
17
+
18
+ Contract None => Maybe[String]
19
+ def content_signature
20
+ @content_signature ||= request.headers['X-Content-Signature']
21
+ end
22
+
23
+ Contract None => Bool
24
+ def signature_valid?
25
+ return false unless content_signature
26
+ SECURE_COMPARE.compare content_signature, signature.generate(request.body.to_s)
27
+ end
28
+ end
29
+ end
30
+ end
@@ -0,0 +1,7 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
+
3
+ describe 'RakunaContentSignature' do
4
+ it 'fails' do
5
+ fail 'No tests written. Come on dude, you know better.'
6
+ end
7
+ end
@@ -0,0 +1,37 @@
1
+ require 'simplecov'
2
+
3
+ module SimpleCov
4
+ # SimpleCov configuration
5
+ module Configuration
6
+ def clean_filters
7
+ @filters = []
8
+ end
9
+ end
10
+ end
11
+
12
+ SimpleCov.configure do
13
+ clean_filters
14
+ load_profile 'test_frameworks'
15
+ end
16
+
17
+ ENV['COVERAGE'] && SimpleCov.start do
18
+ add_filter '/.rvm/'
19
+ add_filter '/.rubies/'
20
+ add_filter '/vendor/'
21
+ end
22
+
23
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
24
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
25
+
26
+ require 'rspec'
27
+ require 'rakuna/content/signature'
28
+
29
+ # Requires supporting files with custom matchers and macros, etc,
30
+ # in ./support/ and its subdirectories.
31
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
32
+
33
+ RSpec.configure do |config|
34
+ config.expect_with :rspec do |c|
35
+ c.syntax = :expect
36
+ end
37
+ end
metadata ADDED
@@ -0,0 +1,238 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rakuna-content-signature
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Olstrom
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rakuna-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: fast_secure_compare
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: secure_compare
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.10'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.10'
69
+ - !ruby/object:Gem::Dependency
70
+ name: flog
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '4.3'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '4.3'
83
+ - !ruby/object:Gem::Dependency
84
+ name: inch
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.6'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.6'
97
+ - !ruby/object:Gem::Dependency
98
+ name: jeweler
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '2.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '2.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: reek
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '3.1'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '3.1'
125
+ - !ruby/object:Gem::Dependency
126
+ name: roodi
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '5.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '5.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rspec
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '3.3'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '3.3'
153
+ - !ruby/object:Gem::Dependency
154
+ name: rubocop
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.33'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '0.33'
167
+ - !ruby/object:Gem::Dependency
168
+ name: simplecov
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.10'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '0.10'
181
+ - !ruby/object:Gem::Dependency
182
+ name: yard
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - "~>"
186
+ - !ruby/object:Gem::Version
187
+ version: '0.8'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - "~>"
193
+ - !ruby/object:Gem::Version
194
+ version: '0.8'
195
+ description: Adds support for HMAC signatures with optional shared secrets to your
196
+ Webmachine resources
197
+ email: chris@olstrom.com
198
+ executables: []
199
+ extensions: []
200
+ extra_rdoc_files:
201
+ - LICENSE
202
+ - README.md
203
+ files:
204
+ - Gemfile
205
+ - Gemfile.lock
206
+ - LICENSE
207
+ - README.md
208
+ - Rakefile
209
+ - VERSION
210
+ - lib/rakuna/content/signature.rb
211
+ - lib/rakuna/validation/signature.rb
212
+ - spec/rakuna/content/signature_spec.rb
213
+ - spec/spec_helper.rb
214
+ homepage: http://github.com/colstrom/rakuna-content-signature
215
+ licenses:
216
+ - MIT
217
+ metadata: {}
218
+ post_install_message:
219
+ rdoc_options: []
220
+ require_paths:
221
+ - lib
222
+ required_ruby_version: !ruby/object:Gem::Requirement
223
+ requirements:
224
+ - - ">="
225
+ - !ruby/object:Gem::Version
226
+ version: '0'
227
+ required_rubygems_version: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - ">="
230
+ - !ruby/object:Gem::Version
231
+ version: '0'
232
+ requirements: []
233
+ rubyforge_project:
234
+ rubygems_version: 2.4.5.1
235
+ signing_key:
236
+ specification_version: 4
237
+ summary: Content signatures for Rakuna and Webmachine
238
+ test_files: []