rakuna-core 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50446afe0f7c36c9f49d3d862da9e366d79f805a
4
- data.tar.gz: 9d7ce327459d49af589da02d8d8d921bc2bee28c
3
+ metadata.gz: 659856e881f7c5f38451ef2740ceaabd28f33307
4
+ data.tar.gz: a3934e033efc362fa89008c032ed2ea59424ce88
5
5
  SHA512:
6
- metadata.gz: da2305bc06a5dc5429ba4c409788e01b76d89733af163bf748fc82d95e679f1eb75adc32b039ecb195f05d369c6afedf49dd47326e8b98e6e79210ba2ea1cc94
7
- data.tar.gz: f6c96d50866ca83eb7c3cd8a30d84938052e538c27292011b02449884149028936f0a16783e050f1c1af6142c5aedeffd7f5fca91410feb6be129a906ecc3269
6
+ metadata.gz: c2be70d958843187c4438e7e82e68b07eb9588e670afa6f4650b48b04bc893b5f35953ff70e6a8360deb23c174108c6d48ee13564a2d9f6ad48995a33a4d9642
7
+ data.tar.gz: 69e12bdf13887e25900668b593c7b80a6dd7bb2d64884a9065d5d86e48f165bba604adc22fd5b3648fee8973ce542713ea3f9c4145e1b6c692b3d04ddcd0af59
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -1,4 +1,5 @@
1
1
  require 'contracts'
2
+ require 'webmachine'
2
3
  require 'webmachine/resource'
3
4
  require 'rakuna/accepts/input'
4
5
  require 'rakuna/provides/output'
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rakuna-core 1.0.1 ruby lib
5
+ # stub: rakuna-core 1.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rakuna-core"
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Chris Olstrom"]
14
- s.date = "2015-11-30"
14
+ s.date = "2016-05-20"
15
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
16
  s.email = "chris@olstrom.com"
17
17
  s.extra_rdoc_files = [
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
41
41
  ]
42
42
  s.homepage = "http://github.com/colstrom/rakuna-core"
43
43
  s.licenses = ["MIT"]
44
- s.rubygems_version = "2.4.5.1"
44
+ s.rubygems_version = "2.5.1"
45
45
  s.summary = "The tiny heart of Rakuna"
46
46
 
47
47
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rakuna-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Olstrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2016-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: contracts
@@ -227,8 +227,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  version: '0'
228
228
  requirements: []
229
229
  rubyforge_project:
230
- rubygems_version: 2.4.5.1
230
+ rubygems_version: 2.5.1
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: The tiny heart of Rakuna
234
234
  test_files: []
235
+ has_rdoc: