coherent 0.1.1 → 0.2.0
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/VERSION +1 -1
- data/coherent.gemspec +4 -4
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
gem.authors = ["Jeff Watkins"]
|
|
13
13
|
gem.files= Dir['lib/**/*', 'app_generators/**/*', 'generators/**/*', 'bin/*', '[A-Za-z]*', 'vendor/**/*']
|
|
14
14
|
gem.files.reject! { |f| File.directory?(f) }
|
|
15
|
-
gem.add_dependency('distil', '>= 0.
|
|
15
|
+
gem.add_dependency('distil', '>= 0.8.0')
|
|
16
16
|
# gem.extensions= ['vendor/extconf.rb']
|
|
17
17
|
|
|
18
18
|
# gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.2.0
|
data/coherent.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{coherent}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.2.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jeff Watkins"]
|
|
@@ -67,12 +67,12 @@ Gem::Specification.new do |s|
|
|
|
67
67
|
s.specification_version = 3
|
|
68
68
|
|
|
69
69
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
70
|
-
s.add_runtime_dependency(%q<distil>, [">= 0.
|
|
70
|
+
s.add_runtime_dependency(%q<distil>, [">= 0.8.0"])
|
|
71
71
|
else
|
|
72
|
-
s.add_dependency(%q<distil>, [">= 0.
|
|
72
|
+
s.add_dependency(%q<distil>, [">= 0.8.0"])
|
|
73
73
|
end
|
|
74
74
|
else
|
|
75
|
-
s.add_dependency(%q<distil>, [">= 0.
|
|
75
|
+
s.add_dependency(%q<distil>, [">= 0.8.0"])
|
|
76
76
|
end
|
|
77
77
|
end
|
|
78
78
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coherent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Watkins
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ">="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.
|
|
23
|
+
version: 0.8.0
|
|
24
24
|
version:
|
|
25
25
|
description: Tools for building Coherent application or modules.
|
|
26
26
|
email: jeff@metrocat.org
|