brassbound-dci 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/brassbound-dci.gemspec +2 -1
- data/lib/brassbound/version.rb +1 -1
- metadata +4 -4
data/brassbound-dci.gemspec
CHANGED
@@ -9,9 +9,10 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.version = Brassbound::VERSION
|
10
10
|
s.authors = ["Jason Voegele"]
|
11
11
|
s.email = ["jason@jvoegele.com"]
|
12
|
-
s.homepage = ""
|
12
|
+
s.homepage = "https://github.com/jvoegele/brassbound-dci"
|
13
13
|
s.summary = "Simple but strict DCI framework"
|
14
14
|
s.description = "Brassbound is a simple but strict implementation of the Data, Context, and Interaction (DCI) paradigm for Ruby."
|
15
|
+
s.has_rdoc = true
|
15
16
|
|
16
17
|
s.files = `git ls-files`.split("\n")
|
17
18
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
data/lib/brassbound/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brassbound-dci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-05-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &70224871995420 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 2.10.0
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70224871995420
|
25
25
|
description: Brassbound is a simple but strict implementation of the Data, Context,
|
26
26
|
and Interaction (DCI) paradigm for Ruby.
|
27
27
|
email:
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- lib/brassbound/version.rb
|
44
44
|
- spec/context_spec.rb
|
45
45
|
- spec/spec_helper.rb
|
46
|
-
homepage:
|
46
|
+
homepage: https://github.com/jvoegele/brassbound-dci
|
47
47
|
licenses: []
|
48
48
|
post_install_message:
|
49
49
|
rdoc_options: []
|