c3-dci 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/c3-dci.gemspec +2 -2
- data/lib/c3-dci/version.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -23,7 +23,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
23
23
|
gem.version = C3DCI.version
|
|
24
24
|
gem.license = "MIT"
|
|
25
25
|
gem.summary = %Q{A tiny DCI helper library}
|
|
26
|
-
gem.description = %Q{
|
|
26
|
+
gem.description = %Q{A tiny helper library for the DCI pattern}
|
|
27
27
|
gem.email = "chris@dinarrr.com"
|
|
28
28
|
gem.authors = ["Christoph Grabo"]
|
|
29
29
|
# dependencies defined in Gemfile
|
data/c3-dci.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "c3-dci"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Christoph Grabo"]
|
|
12
12
|
s.date = "2012-08-27"
|
|
13
|
-
s.description = "
|
|
13
|
+
s.description = "A tiny helper library for the DCI pattern"
|
|
14
14
|
s.email = "chris@dinarrr.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
data/lib/c3-dci/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: c3-dci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -107,7 +107,7 @@ dependencies:
|
|
|
107
107
|
- - ! '>='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
|
-
description:
|
|
110
|
+
description: A tiny helper library for the DCI pattern
|
|
111
111
|
email: chris@dinarrr.com
|
|
112
112
|
executables: []
|
|
113
113
|
extensions: []
|
|
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
146
146
|
version: '0'
|
|
147
147
|
segments:
|
|
148
148
|
- 0
|
|
149
|
-
hash: -
|
|
149
|
+
hash: -2011792958327945187
|
|
150
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
none: false
|
|
152
152
|
requirements:
|