rakuna-core 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 53d97707967f1ff4e77c8e613f1d3eeb17763ec4
4
+ data.tar.gz: f3983f45a42f91b70c169300813b6ddaed1d90d2
5
+ SHA512:
6
+ metadata.gz: f87a5f66d615c58cdde731fc084557bd321cb1a698ea40ce3f0c18f9e00eb6bed1820ecef2c1b45b26c734e5fccfd43005b8ad4f115b91ddaed6d82a04c9818d
7
+ data.tar.gz: 813ec75333acec13b2718b31eb89843e289c1ac02ebb63d669f604e72ff387cd428711d1fee03c41635ac5827a1e7aef213ecf97a68dcb2b1a22a16bc48d2e21
data/Gemfile ADDED
@@ -0,0 +1,17 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'contracts', '~> 0.11'
4
+ gem 'webmachine', '~> 1.4'
5
+
6
+ group :development do
7
+ gem 'bundler', '~> 1.10'
8
+ gem 'flog', '~> 4.3'
9
+ gem 'inch', '~> 0.6'
10
+ gem 'jeweler', '~> 2.0'
11
+ gem 'reek', '~> 3.1'
12
+ gem 'roodi', '~> 5.0'
13
+ gem 'rspec', '~> 3.3'
14
+ gem 'rubocop', '~> 0.33'
15
+ gem 'simplecov', '~> 0.10'
16
+ gem 'yard', '~> 0.8'
17
+ end
@@ -0,0 +1,159 @@
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
+ flog (4.3.2)
27
+ ruby_parser (~> 3.1, > 3.1.0)
28
+ sexp_processor (~> 4.4)
29
+ git (1.2.9.1)
30
+ github_api (0.12.4)
31
+ addressable (~> 2.3)
32
+ descendants_tracker (~> 0.0.4)
33
+ faraday (~> 0.8, < 0.10)
34
+ hashie (>= 3.4)
35
+ multi_json (>= 1.7.5, < 2.0)
36
+ nokogiri (~> 1.6.6)
37
+ oauth2
38
+ hashie (3.4.2)
39
+ highline (1.7.3)
40
+ i18n (0.7.0)
41
+ ice_nine (0.11.1)
42
+ inch (0.6.4)
43
+ pry
44
+ sparkr (>= 0.2.0)
45
+ term-ansicolor
46
+ yard (~> 0.8.7.5)
47
+ jeweler (2.0.1)
48
+ builder
49
+ bundler (>= 1.0)
50
+ git (>= 1.2.5)
51
+ github_api
52
+ highline (>= 1.6.15)
53
+ nokogiri (>= 1.5.10)
54
+ rake
55
+ rdoc
56
+ json (1.8.3)
57
+ jwt (1.5.1)
58
+ memoizable (0.4.2)
59
+ thread_safe (~> 0.3, >= 0.3.1)
60
+ method_source (0.8.2)
61
+ mini_portile (0.6.2)
62
+ multi_json (1.11.2)
63
+ multi_xml (0.5.5)
64
+ multipart-post (2.0.0)
65
+ nokogiri (1.6.6.2)
66
+ mini_portile (~> 0.6.0)
67
+ oauth2 (1.0.0)
68
+ faraday (>= 0.8, < 0.10)
69
+ jwt (~> 1.0)
70
+ multi_json (~> 1.3)
71
+ multi_xml (~> 0.5)
72
+ rack (~> 1.2)
73
+ parser (2.2.2.6)
74
+ ast (>= 1.1, < 3.0)
75
+ powerpack (0.1.1)
76
+ private_attr (1.1.0)
77
+ procto (0.0.2)
78
+ pry (0.10.1)
79
+ coderay (~> 1.1.0)
80
+ method_source (~> 0.8.1)
81
+ slop (~> 3.4)
82
+ rack (1.6.4)
83
+ rainbow (2.0.0)
84
+ rake (10.4.2)
85
+ rdoc (4.2.0)
86
+ reek (3.3.1)
87
+ parser (~> 2.2.2.5)
88
+ private_attr (~> 1.1)
89
+ rainbow (~> 2.0)
90
+ unparser (~> 0.2.2)
91
+ roodi (5.0.0)
92
+ ruby_parser (~> 3.2, >= 3.2.2)
93
+ rspec (3.3.0)
94
+ rspec-core (~> 3.3.0)
95
+ rspec-expectations (~> 3.3.0)
96
+ rspec-mocks (~> 3.3.0)
97
+ rspec-core (3.3.2)
98
+ rspec-support (~> 3.3.0)
99
+ rspec-expectations (3.3.1)
100
+ diff-lcs (>= 1.2.0, < 2.0)
101
+ rspec-support (~> 3.3.0)
102
+ rspec-mocks (3.3.2)
103
+ diff-lcs (>= 1.2.0, < 2.0)
104
+ rspec-support (~> 3.3.0)
105
+ rspec-support (3.3.0)
106
+ rubocop (0.34.0)
107
+ astrolabe (~> 1.3)
108
+ parser (>= 2.2.2.5, < 3.0)
109
+ powerpack (~> 0.1)
110
+ rainbow (>= 1.99.1, < 3.0)
111
+ ruby-progressbar (~> 1.4)
112
+ ruby-progressbar (1.7.5)
113
+ ruby_parser (3.7.1)
114
+ sexp_processor (~> 4.1)
115
+ sexp_processor (4.6.0)
116
+ simplecov (0.10.0)
117
+ docile (~> 1.1.0)
118
+ json (~> 1.8)
119
+ simplecov-html (~> 0.10.0)
120
+ simplecov-html (0.10.0)
121
+ slop (3.6.0)
122
+ sparkr (0.4.1)
123
+ term-ansicolor (1.3.2)
124
+ tins (~> 1.0)
125
+ thread_safe (0.3.5)
126
+ tins (1.6.0)
127
+ unparser (0.2.4)
128
+ abstract_type (~> 0.0.7)
129
+ adamantium (~> 0.2.0)
130
+ concord (~> 0.1.5)
131
+ diff-lcs (~> 1.2.5)
132
+ equalizer (~> 0.0.9)
133
+ parser (~> 2.2.2)
134
+ procto (~> 0.0.2)
135
+ webmachine (1.4.0)
136
+ as-notifications (~> 1.0)
137
+ i18n (>= 0.4.0)
138
+ multi_json
139
+ yard (0.8.7.6)
140
+
141
+ PLATFORMS
142
+ ruby
143
+
144
+ DEPENDENCIES
145
+ bundler (~> 1.10)
146
+ contracts (~> 0.11)
147
+ flog (~> 4.3)
148
+ inch (~> 0.6)
149
+ jeweler (~> 2.0)
150
+ reek (~> 3.1)
151
+ roodi (~> 5.0)
152
+ rspec (~> 3.3)
153
+ rubocop (~> 0.33)
154
+ simplecov (~> 0.10)
155
+ webmachine (~> 1.4)
156
+ yard (~> 0.8)
157
+
158
+ BUNDLED WITH
159
+ 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.
@@ -0,0 +1,92 @@
1
+ # rakuna-core
2
+
3
+ The tiny heart of Rakuna.
4
+
5
+
6
+
7
+ # Description
8
+
9
+ `rakuna-core` is (as the name implies) the core of Rakuna. It provides a number of classes and mixins for Webmachine-powered projects. The intent of these is to simplify development, reduce boilerplate code, and support the composition of interesting systems from simple concepts.
10
+
11
+
12
+
13
+ # Installation
14
+ `gem install rakuna-core`
15
+
16
+ # Usage
17
+ `require 'rakuna/core'`
18
+
19
+
20
+
21
+ # Deviations from Webmachine
22
+ * A `Rakuna::Resource` does not have a default content type, where a `Webmachine::Resource` defaults to `text/html`.
23
+
24
+
25
+
26
+ # Mixins
27
+
28
+ ## `Rakuna::Accepts::Input`
29
+ * Adds memoized `input` method, returning the request body as a string.
30
+
31
+ ## `Rakuna::Provides::Output`
32
+ * Adds an `output` method, which can be called by any `content_type_provided`.
33
+
34
+ ## `Rakuna::Provides::Text`
35
+ * Adds `text/plain` to `content_types_provided`, mapped to the `to_text` method.
36
+ * Adds `to_text` method, which returns `output` unchanged.
37
+
38
+ ## `Rakuna::Provides::HTML`
39
+ * Adds `text/html` to `content_types_provided`, mapped to the `to_html` method.
40
+ * Adds `to_html` method, which returns `output` unchanged.
41
+
42
+
43
+
44
+ # Classes
45
+
46
+ ## `Rakuna::Resource::Basic`
47
+ The foundation on which we compose more interesting things, responding to the following methods:
48
+ * HEAD
49
+ * GET
50
+ ### Includes
51
+ * `Rakuna::Accepts::Input`
52
+ * `Rakuna::Provides::Output`
53
+
54
+ ## `Rakuna::Resource::Action`
55
+ Action Resources perform tasks. They respond only to POST, and return no content, only status.
56
+ * POST: Executes the action
57
+ ### Includes
58
+ * `Rakuna::Resource::Basic`
59
+
60
+ ## `Rakuna::Resource::Item`
61
+ Item Resources represent specific resources, and respond to the following methods:
62
+ * HEAD: Does the item exist?
63
+ * GET: Fetch the item
64
+ * PUT: Replace the item
65
+ * DELETE: Delete the resource
66
+ ### Includes
67
+ * `Rakuna::Resource::Basic`
68
+
69
+ ## `Rakuna::Resource::Collection`
70
+ Collection Resources contain multiple resources, and respond to the following methods:
71
+ * HEAD: Does the collection exist?
72
+ * GET: Fetch the collection
73
+ * POST: Add to the collection
74
+ ### Includes
75
+ * `Rakuna::Resource::Basic`
76
+
77
+
78
+
79
+ # Contributing to rakuna-core
80
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
81
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
82
+ * Fork the project.
83
+ * Start a feature/bugfix branch.
84
+ * Commit and push until you are happy with your contribution.
85
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
86
+ * 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.
87
+
88
+ # License
89
+ [MIT](https://tldrlegal.com/license/mit-license)
90
+
91
+ # Contributors
92
+ * [Chris Olstrom](https://colstrom.github.io/) | [e-mail](mailto:chris@olstrom.com) | [Twitter](https://twitter.com/ChrisOlstrom)
@@ -0,0 +1,55 @@
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-core'
18
+ gem.homepage = "http://github.com/colstrom/rakuna-core"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{The tiny heart of Rakuna}
21
+ gem.description = %Q{Reusable classes and mixins for Webmachine-powered projects. The intent of these is to simplify development, reduce boilerplate code, and support the composition of interesting systems from simple concepts.}
22
+ gem.email = "chris@olstrom.com"
23
+ gem.authors = ["Chris Olstrom"]
24
+ end
25
+ Jeweler::RubygemsDotOrgTasks.new
26
+
27
+ require 'rspec/core'
28
+ require 'rspec/core/rake_task'
29
+ RSpec::Core::RakeTask.new(:spec) do |spec|
30
+ spec.pattern = FileList['spec/**/*_spec.rb']
31
+ end
32
+
33
+ desc "Code coverage detail"
34
+ task :simplecov do
35
+ ENV['COVERAGE'] = "true"
36
+ Rake::Task['spec'].execute
37
+ end
38
+
39
+ require 'reek/rake/task'
40
+ Reek::Rake::Task.new do |t|
41
+ t.fail_on_error = true
42
+ t.verbose = false
43
+ t.source_files = 'lib/**/*.rb'
44
+ end
45
+
46
+ require 'roodi'
47
+ require 'roodi_task'
48
+ RoodiTask.new do |t|
49
+ t.verbose = false
50
+ end
51
+
52
+ task :default => :spec
53
+
54
+ require 'yard'
55
+ YARD::Rake::YardocTask.new
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.0
@@ -0,0 +1,14 @@
1
+ require 'contracts'
2
+
3
+ module Rakuna
4
+ module Accepts
5
+ module Input
6
+ include Contracts
7
+
8
+ Contract None => Maybe[String]
9
+ def input
10
+ @input ||= request.body.to_s
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,9 @@
1
+ require 'rakuna/accepts/input'
2
+ require 'rakuna/provides/output'
3
+ require 'rakuna/provides/text'
4
+ require 'rakuna/provides/html'
5
+ require 'rakuna/resource/basic'
6
+ require 'rakuna/resource/item'
7
+ require 'rakuna/resource/collection'
8
+ require 'rakuna/resource/action'
9
+
@@ -0,0 +1,21 @@
1
+ require 'contracts'
2
+ require 'rakuna/provides/output'
3
+
4
+ module Rakuna
5
+ module Provides
6
+ module HTML
7
+ include Contracts
8
+ include Rakuna::Provides::Output
9
+
10
+ Contract None => ArrayOf[Array]
11
+ def content_types_provided
12
+ @content_types_provided ||= super << ['text/html', :to_html]
13
+ end
14
+
15
+ Contract None => String
16
+ def to_html
17
+ output
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,26 @@
1
+ require 'contracts'
2
+
3
+ module Rakuna
4
+ module Provides
5
+ module Output
6
+ include Contracts
7
+
8
+ Contract None => Array
9
+ def content_types_provided
10
+ @content_types_provided ||= []
11
+ end
12
+
13
+ Contract None => String
14
+ def output
15
+ ''
16
+ end
17
+
18
+ Contract None => Symbol
19
+ def output_method
20
+ @output_method ||= content_types_provided.select do |content_type|
21
+ content_type.first == response.headers['Content-Type']
22
+ end.flatten.last
23
+ end
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,21 @@
1
+ require 'contracts'
2
+ require 'rakuna/provides/output'
3
+
4
+ module Rakuna
5
+ module Provides
6
+ module Text
7
+ include Contracts
8
+ include Rakuna::Provides::Output
9
+
10
+ Contract None => ArrayOf[Array]
11
+ def content_types_provided
12
+ @content_types_provided ||= super << ['text/plain', :to_text]
13
+ end
14
+
15
+ Contract None => String
16
+ def to_text
17
+ output
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,22 @@
1
+ require 'contracts'
2
+ require 'rakuna/accepts/input'
3
+ require 'rakuna/resource/basic'
4
+
5
+ module Rakuna
6
+ module Resource
7
+ # Action Resources perform tasks. They return no content, and only respond to POST.
8
+ class Action < Rakuna::Resource::Basic
9
+ include Contracts
10
+
11
+ Contract None => ArrayOf[String]
12
+ def allowed_methods
13
+ %w(POST)
14
+ end
15
+
16
+ Contract None => Or[true, Num]
17
+ def process_post
18
+ execute
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,19 @@
1
+ require 'contracts'
2
+ require 'webmachine/resource'
3
+ require 'rakuna/accepts/input'
4
+ require 'rakuna/provides/output'
5
+
6
+ module Rakuna
7
+ module Resource
8
+ class Basic < Webmachine::Resource
9
+ include Contracts
10
+ include Rakuna::Accepts::Input
11
+ include Rakuna::Provides::Output
12
+
13
+ Contract None => ArrayOf[String]
14
+ def allowed_methods
15
+ %w(HEAD GET)
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,21 @@
1
+ require 'contracts'
2
+ require 'rakuna/resource/basic'
3
+
4
+ module Rakuna
5
+ module Resource
6
+ # Collection Resources contain multiple resources, and can be added to.
7
+ class Collection < Rakuna::Resource::Basic
8
+ include Contracts
9
+
10
+ Contract None => ArrayOf[String]
11
+ def allowed_methods
12
+ %w(HEAD GET POST)
13
+ end
14
+
15
+ Contract None => Bool
16
+ def post_is_create?
17
+ true
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,16 @@
1
+ require 'contracts'
2
+ require 'rakuna/resource/basic'
3
+
4
+ module Rakuna
5
+ module Resource
6
+ # Item Resources allow specific items to be fetched/deleted/replaced.
7
+ class Item < Rakuna::Resource::Basic
8
+ include Contracts
9
+
10
+ Contract None => ArrayOf[String]
11
+ def allowed_methods
12
+ %w(HEAD GET PUT DELETE)
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,92 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+ # stub: rakuna-core 1.0.0 ruby lib
6
+
7
+ Gem::Specification.new do |s|
8
+ s.name = "rakuna-core"
9
+ s.version = "1.0.0"
10
+
11
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
+ s.require_paths = ["lib"]
13
+ s.authors = ["Chris Olstrom"]
14
+ s.date = "2015-09-09"
15
+ s.description = "Reusable classes and mixins for Webmachine-powered projects. The intent of these is to simplify development, reduce boilerplate code, and support the composition of interesting systems from simple concepts."
16
+ s.email = "chris@olstrom.com"
17
+ s.extra_rdoc_files = [
18
+ "LICENSE",
19
+ "README.md"
20
+ ]
21
+ s.files = [
22
+ "Gemfile",
23
+ "Gemfile.lock",
24
+ "LICENSE",
25
+ "README.md",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "lib/rakuna/accepts/input.rb",
29
+ "lib/rakuna/core.rb",
30
+ "lib/rakuna/provides/html.rb",
31
+ "lib/rakuna/provides/output.rb",
32
+ "lib/rakuna/provides/text.rb",
33
+ "lib/rakuna/resource/action.rb",
34
+ "lib/rakuna/resource/basic.rb",
35
+ "lib/rakuna/resource/collection.rb",
36
+ "lib/rakuna/resource/item.rb",
37
+ "rakuna-core.gemspec",
38
+ "spec/rakuna/core_spec.rb",
39
+ "spec/rakuna_spec_.rb",
40
+ "spec/spec_helper.rb"
41
+ ]
42
+ s.homepage = "http://github.com/colstrom/rakuna-core"
43
+ s.licenses = ["MIT"]
44
+ s.rubygems_version = "2.4.5.1"
45
+ s.summary = "The tiny heart of Rakuna"
46
+
47
+ if s.respond_to? :specification_version then
48
+ s.specification_version = 4
49
+
50
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
51
+ s.add_runtime_dependency(%q<contracts>, ["~> 0.11"])
52
+ s.add_runtime_dependency(%q<webmachine>, ["~> 1.4"])
53
+ s.add_development_dependency(%q<bundler>, ["~> 1.10"])
54
+ s.add_development_dependency(%q<flog>, ["~> 4.3"])
55
+ s.add_development_dependency(%q<inch>, ["~> 0.6"])
56
+ s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
57
+ s.add_development_dependency(%q<reek>, ["~> 3.1"])
58
+ s.add_development_dependency(%q<roodi>, ["~> 5.0"])
59
+ s.add_development_dependency(%q<rspec>, ["~> 3.3"])
60
+ s.add_development_dependency(%q<rubocop>, ["~> 0.33"])
61
+ s.add_development_dependency(%q<simplecov>, ["~> 0.10"])
62
+ s.add_development_dependency(%q<yard>, ["~> 0.8"])
63
+ else
64
+ s.add_dependency(%q<contracts>, ["~> 0.11"])
65
+ s.add_dependency(%q<webmachine>, ["~> 1.4"])
66
+ s.add_dependency(%q<bundler>, ["~> 1.10"])
67
+ s.add_dependency(%q<flog>, ["~> 4.3"])
68
+ s.add_dependency(%q<inch>, ["~> 0.6"])
69
+ s.add_dependency(%q<jeweler>, ["~> 2.0"])
70
+ s.add_dependency(%q<reek>, ["~> 3.1"])
71
+ s.add_dependency(%q<roodi>, ["~> 5.0"])
72
+ s.add_dependency(%q<rspec>, ["~> 3.3"])
73
+ s.add_dependency(%q<rubocop>, ["~> 0.33"])
74
+ s.add_dependency(%q<simplecov>, ["~> 0.10"])
75
+ s.add_dependency(%q<yard>, ["~> 0.8"])
76
+ end
77
+ else
78
+ s.add_dependency(%q<contracts>, ["~> 0.11"])
79
+ s.add_dependency(%q<webmachine>, ["~> 1.4"])
80
+ s.add_dependency(%q<bundler>, ["~> 1.10"])
81
+ s.add_dependency(%q<flog>, ["~> 4.3"])
82
+ s.add_dependency(%q<inch>, ["~> 0.6"])
83
+ s.add_dependency(%q<jeweler>, ["~> 2.0"])
84
+ s.add_dependency(%q<reek>, ["~> 3.1"])
85
+ s.add_dependency(%q<roodi>, ["~> 5.0"])
86
+ s.add_dependency(%q<rspec>, ["~> 3.3"])
87
+ s.add_dependency(%q<rubocop>, ["~> 0.33"])
88
+ s.add_dependency(%q<simplecov>, ["~> 0.10"])
89
+ s.add_dependency(%q<yard>, ["~> 0.8"])
90
+ end
91
+ end
92
+
@@ -0,0 +1,5 @@
1
+ describe 'Rakuna::Core' do
2
+ it 'fails' do
3
+ fail 'No tests written. Come on dude, you know better.'
4
+ end
5
+ end
@@ -0,0 +1 @@
1
+ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
@@ -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/core'
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,234 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rakuna-core
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-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: contracts
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.11'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.11'
27
+ - !ruby/object:Gem::Dependency
28
+ name: webmachine
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.4'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.4'
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: flog
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '4.3'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '4.3'
69
+ - !ruby/object:Gem::Dependency
70
+ name: inch
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.6'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.6'
83
+ - !ruby/object:Gem::Dependency
84
+ name: jeweler
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '2.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '2.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: reek
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3.1'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3.1'
111
+ - !ruby/object:Gem::Dependency
112
+ name: roodi
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '5.0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '5.0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rspec
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '3.3'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '3.3'
139
+ - !ruby/object:Gem::Dependency
140
+ name: rubocop
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0.33'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '0.33'
153
+ - !ruby/object:Gem::Dependency
154
+ name: simplecov
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.10'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '0.10'
167
+ - !ruby/object:Gem::Dependency
168
+ name: yard
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - "~>"
172
+ - !ruby/object:Gem::Version
173
+ version: '0.8'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - "~>"
179
+ - !ruby/object:Gem::Version
180
+ version: '0.8'
181
+ description: Reusable classes and mixins for Webmachine-powered projects. The intent
182
+ of these is to simplify development, reduce boilerplate code, and support the composition
183
+ of interesting systems from simple concepts.
184
+ email: chris@olstrom.com
185
+ executables: []
186
+ extensions: []
187
+ extra_rdoc_files:
188
+ - LICENSE
189
+ - README.md
190
+ files:
191
+ - Gemfile
192
+ - Gemfile.lock
193
+ - LICENSE
194
+ - README.md
195
+ - Rakefile
196
+ - VERSION
197
+ - lib/rakuna/accepts/input.rb
198
+ - lib/rakuna/core.rb
199
+ - lib/rakuna/provides/html.rb
200
+ - lib/rakuna/provides/output.rb
201
+ - lib/rakuna/provides/text.rb
202
+ - lib/rakuna/resource/action.rb
203
+ - lib/rakuna/resource/basic.rb
204
+ - lib/rakuna/resource/collection.rb
205
+ - lib/rakuna/resource/item.rb
206
+ - rakuna-core.gemspec
207
+ - spec/rakuna/core_spec.rb
208
+ - spec/rakuna_spec_.rb
209
+ - spec/spec_helper.rb
210
+ homepage: http://github.com/colstrom/rakuna-core
211
+ licenses:
212
+ - MIT
213
+ metadata: {}
214
+ post_install_message:
215
+ rdoc_options: []
216
+ require_paths:
217
+ - lib
218
+ required_ruby_version: !ruby/object:Gem::Requirement
219
+ requirements:
220
+ - - ">="
221
+ - !ruby/object:Gem::Version
222
+ version: '0'
223
+ required_rubygems_version: !ruby/object:Gem::Requirement
224
+ requirements:
225
+ - - ">="
226
+ - !ruby/object:Gem::Version
227
+ version: '0'
228
+ requirements: []
229
+ rubyforge_project:
230
+ rubygems_version: 2.4.5.1
231
+ signing_key:
232
+ specification_version: 4
233
+ summary: The tiny heart of Rakuna
234
+ test_files: []