rakuna 0.1.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: d51cae7f60c2d0d148641bfd7e55e229bc4631d7
4
+ data.tar.gz: 4ba7527fa812a9904e9a44ff8f78a36534bb3488
5
+ SHA512:
6
+ metadata.gz: 4f392d6eb36531bf7c70f565d0101100db463081814ba43b5bcb33571d9e2aeed56606da6239f773db41cec877293aebbf0f24e90cfe2393e05855e0376e5e6a
7
+ data.tar.gz: f44d9bb75ec2c301cda9de1cdad744935635e328161a1e88e4eeca900ec1f682ad46bbfed7cbb8e586147999280ec78b0053e98a1c4a7af9b27c70dd464790fe
data/.document ADDED
@@ -0,0 +1,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color
data/Gemfile ADDED
@@ -0,0 +1,19 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+
6
+ # Add dependencies to develop your gem here.
7
+ # Include everything needed to run rake, tests, features, etc.
8
+ group :development do
9
+ gem "rspec", "~> 3.3"
10
+ gem "yard", "~> 0.8"
11
+ gem "bundler", "~> 1.10"
12
+ gem "jeweler", "~> 2.0"
13
+ gem "simplecov", "~> 0.10"
14
+ gem "reek", "~> 3.1"
15
+ gem "roodi", "~> 5.0"
16
+ gem "flog", "~> 4.3"
17
+ gem "rubocop", "~> 0.33"
18
+ gem "inch", "~> 0.6"
19
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,148 @@
1
+ GEM
2
+ remote: http://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
+ ast (2.1.0)
10
+ astrolabe (1.3.1)
11
+ parser (~> 2.2)
12
+ builder (3.2.2)
13
+ coderay (1.1.0)
14
+ concord (0.1.5)
15
+ adamantium (~> 0.2.0)
16
+ equalizer (~> 0.0.9)
17
+ descendants_tracker (0.0.4)
18
+ thread_safe (~> 0.3, >= 0.3.1)
19
+ diff-lcs (1.2.5)
20
+ docile (1.1.5)
21
+ equalizer (0.0.11)
22
+ faraday (0.9.1)
23
+ multipart-post (>= 1.2, < 3)
24
+ flog (4.3.2)
25
+ ruby_parser (~> 3.1, > 3.1.0)
26
+ sexp_processor (~> 4.4)
27
+ git (1.2.9.1)
28
+ github_api (0.12.4)
29
+ addressable (~> 2.3)
30
+ descendants_tracker (~> 0.0.4)
31
+ faraday (~> 0.8, < 0.10)
32
+ hashie (>= 3.4)
33
+ multi_json (>= 1.7.5, < 2.0)
34
+ nokogiri (~> 1.6.6)
35
+ oauth2
36
+ hashie (3.4.2)
37
+ highline (1.7.3)
38
+ ice_nine (0.11.1)
39
+ inch (0.6.4)
40
+ pry
41
+ sparkr (>= 0.2.0)
42
+ term-ansicolor
43
+ yard (~> 0.8.7.5)
44
+ jeweler (2.0.1)
45
+ builder
46
+ bundler (>= 1.0)
47
+ git (>= 1.2.5)
48
+ github_api
49
+ highline (>= 1.6.15)
50
+ nokogiri (>= 1.5.10)
51
+ rake
52
+ rdoc
53
+ json (1.8.3)
54
+ jwt (1.5.1)
55
+ memoizable (0.4.2)
56
+ thread_safe (~> 0.3, >= 0.3.1)
57
+ method_source (0.8.2)
58
+ mini_portile (0.6.2)
59
+ multi_json (1.11.2)
60
+ multi_xml (0.5.5)
61
+ multipart-post (2.0.0)
62
+ nokogiri (1.6.6.2)
63
+ mini_portile (~> 0.6.0)
64
+ oauth2 (1.0.0)
65
+ faraday (>= 0.8, < 0.10)
66
+ jwt (~> 1.0)
67
+ multi_json (~> 1.3)
68
+ multi_xml (~> 0.5)
69
+ rack (~> 1.2)
70
+ parser (2.2.2.6)
71
+ ast (>= 1.1, < 3.0)
72
+ powerpack (0.1.1)
73
+ procto (0.0.2)
74
+ pry (0.10.1)
75
+ coderay (~> 1.1.0)
76
+ method_source (~> 0.8.1)
77
+ slop (~> 3.4)
78
+ rack (1.6.4)
79
+ rainbow (2.0.0)
80
+ rake (10.4.2)
81
+ rdoc (4.2.0)
82
+ reek (3.1)
83
+ parser (~> 2.2.2.5)
84
+ rainbow (~> 2.0)
85
+ unparser (~> 0.2.2)
86
+ roodi (5.0.0)
87
+ ruby_parser (~> 3.2, >= 3.2.2)
88
+ rspec (3.3.0)
89
+ rspec-core (~> 3.3.0)
90
+ rspec-expectations (~> 3.3.0)
91
+ rspec-mocks (~> 3.3.0)
92
+ rspec-core (3.3.2)
93
+ rspec-support (~> 3.3.0)
94
+ rspec-expectations (3.3.1)
95
+ diff-lcs (>= 1.2.0, < 2.0)
96
+ rspec-support (~> 3.3.0)
97
+ rspec-mocks (3.3.2)
98
+ diff-lcs (>= 1.2.0, < 2.0)
99
+ rspec-support (~> 3.3.0)
100
+ rspec-support (3.3.0)
101
+ rubocop (0.33.0)
102
+ astrolabe (~> 1.3)
103
+ parser (>= 2.2.2.5, < 3.0)
104
+ powerpack (~> 0.1)
105
+ rainbow (>= 1.99.1, < 3.0)
106
+ ruby-progressbar (~> 1.4)
107
+ ruby-progressbar (1.7.5)
108
+ ruby_parser (3.7.0)
109
+ sexp_processor (~> 4.1)
110
+ sexp_processor (4.6.0)
111
+ simplecov (0.10.0)
112
+ docile (~> 1.1.0)
113
+ json (~> 1.8)
114
+ simplecov-html (~> 0.10.0)
115
+ simplecov-html (0.10.0)
116
+ slop (3.6.0)
117
+ sparkr (0.4.1)
118
+ term-ansicolor (1.3.2)
119
+ tins (~> 1.0)
120
+ thread_safe (0.3.5)
121
+ tins (1.5.4)
122
+ unparser (0.2.4)
123
+ abstract_type (~> 0.0.7)
124
+ adamantium (~> 0.2.0)
125
+ concord (~> 0.1.5)
126
+ diff-lcs (~> 1.2.5)
127
+ equalizer (~> 0.0.9)
128
+ parser (~> 2.2.2)
129
+ procto (~> 0.0.2)
130
+ yard (0.8.7.6)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ bundler (~> 1.10)
137
+ flog (~> 4.3)
138
+ inch (~> 0.6)
139
+ jeweler (~> 2.0)
140
+ reek (~> 3.1)
141
+ roodi (~> 5.0)
142
+ rspec (~> 3.3)
143
+ rubocop (~> 0.33)
144
+ simplecov (~> 0.10)
145
+ yard (~> 0.8)
146
+
147
+ BUNDLED WITH
148
+ 1.10.5
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.markdown ADDED
@@ -0,0 +1,25 @@
1
+ # rakuna
2
+
3
+ Reusable Mixins for Webmachine-powered Applications
4
+
5
+ Installation
6
+ ------------
7
+ `gem install rakuna`
8
+
9
+ Contributing to rakuna
10
+ ----------------------
11
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
12
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
13
+ * Fork the project.
14
+ * Start a feature/bugfix branch.
15
+ * Commit and push until you are happy with your contribution.
16
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
17
+ * 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.
18
+
19
+ License
20
+ -------
21
+ [MIT](https://tldrlegal.com/license/mit-license)
22
+
23
+ Contributors
24
+ ------------
25
+ * [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"
18
+ gem.homepage = "http://github.com/colstrom/rakuna"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{Reusable Mixins for Webmachine-powered Applications}
21
+ gem.description = %Q{Rakuna provides mixins to simplify Webmachine development}
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
+ 0.1.0
@@ -0,0 +1,28 @@
1
+ require 'multi_json'
2
+
3
+ module Rakuna
4
+ module Content
5
+ # Mixin to add JSON support to resources
6
+ module JSON
7
+ def content_types_provided
8
+ [['application/json', :to_json]]
9
+ end
10
+
11
+ def content_types_accepted
12
+ [['application/json', :from_json]]
13
+ end
14
+
15
+ def from_json
16
+ input
17
+ end
18
+
19
+ def payload
20
+ @payload ||= MultiJson.load request.body.to_s
21
+ end
22
+
23
+ def to_json
24
+ MultiJson.dump output
25
+ end
26
+ end
27
+ end
28
+ end
data/lib/rakuna.rb ADDED
@@ -0,0 +1 @@
1
+ require 'rakuna/content/json'
@@ -0,0 +1,7 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
+
3
+ describe "Rakuna" do
4
+ it "fails" do
5
+ fail 'No tests written. Come on dude, you know better.'
6
+ end
7
+ end
@@ -0,0 +1,29 @@
1
+ require 'simplecov'
2
+
3
+ module SimpleCov::Configuration
4
+ def clean_filters
5
+ @filters = []
6
+ end
7
+ end
8
+
9
+ SimpleCov.configure do
10
+ clean_filters
11
+ load_adapter 'test_frameworks'
12
+ end
13
+
14
+ ENV["COVERAGE"] && SimpleCov.start do
15
+ add_filter "/.rvm/"
16
+ end
17
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
18
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
19
+
20
+ require 'rspec'
21
+ require 'rakuna'
22
+
23
+ # Requires supporting files with custom matchers and macros, etc,
24
+ # in ./support/ and its subdirectories.
25
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
26
+
27
+ RSpec.configure do |config|
28
+
29
+ end
metadata ADDED
@@ -0,0 +1,197 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rakuna
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Olstrom
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: yard
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.8'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.8'
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.10'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.10'
55
+ - !ruby/object:Gem::Dependency
56
+ name: jeweler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '2.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: simplecov
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.10'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.10'
83
+ - !ruby/object:Gem::Dependency
84
+ name: reek
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.1'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.1'
97
+ - !ruby/object:Gem::Dependency
98
+ name: roodi
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '5.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '5.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: flog
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '4.3'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '4.3'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rubocop
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '0.33'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '0.33'
139
+ - !ruby/object:Gem::Dependency
140
+ name: inch
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0.6'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '0.6'
153
+ description: Rakuna provides mixins to simplify Webmachine development
154
+ email: chris@olstrom.com
155
+ executables: []
156
+ extensions: []
157
+ extra_rdoc_files:
158
+ - LICENSE
159
+ - README.markdown
160
+ files:
161
+ - ".document"
162
+ - ".rspec"
163
+ - Gemfile
164
+ - Gemfile.lock
165
+ - LICENSE
166
+ - README.markdown
167
+ - Rakefile
168
+ - VERSION
169
+ - lib/rakuna.rb
170
+ - lib/rakuna/content/json.rb
171
+ - spec/rakuna_spec.rb
172
+ - spec/spec_helper.rb
173
+ homepage: http://github.com/colstrom/rakuna
174
+ licenses:
175
+ - MIT
176
+ metadata: {}
177
+ post_install_message:
178
+ rdoc_options: []
179
+ require_paths:
180
+ - lib
181
+ required_ruby_version: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - ">="
184
+ - !ruby/object:Gem::Version
185
+ version: '0'
186
+ required_rubygems_version: !ruby/object:Gem::Requirement
187
+ requirements:
188
+ - - ">="
189
+ - !ruby/object:Gem::Version
190
+ version: '0'
191
+ requirements: []
192
+ rubyforge_project:
193
+ rubygems_version: 2.4.8
194
+ signing_key:
195
+ specification_version: 4
196
+ summary: Reusable Mixins for Webmachine-powered Applications
197
+ test_files: []