ydd 0.0.11 → 0.1.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 +2 -1
- data/VERSION +1 -1
- data/ydd.gemspec +5 -5
- metadata +8 -7
data/Rakefile
CHANGED
@@ -15,7 +15,8 @@ and the like.
|
|
15
15
|
gem.authors = ["Adam Wiggins","Orion Henry", "Darcy Laycock"]
|
16
16
|
gem.add_dependency 'thor', '~> 0.14'
|
17
17
|
gem.add_dependency 'activesupport'
|
18
|
-
|
18
|
+
# We want it to work with Rails 3 etc, older versions of AR will fail though.
|
19
|
+
gem.add_dependency 'activerecord', '>= 2.3'
|
19
20
|
end
|
20
21
|
Jeweler::GemcutterTasks.new
|
21
22
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/ydd.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ydd}
|
8
|
-
s.version = "0.0
|
8
|
+
s.version = "0.1.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Adam Wiggins", "Orion Henry", "Darcy Laycock"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2011-01-16}
|
13
13
|
s.default_executable = %q{ydd}
|
14
14
|
s.description = %q{
|
15
15
|
YDD is a tool (a fork of yaml_db really) to make it generally easy
|
@@ -49,16 +49,16 @@ and the like.
|
|
49
49
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
50
50
|
s.add_runtime_dependency(%q<thor>, ["~> 0.14"])
|
51
51
|
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
|
52
|
-
s.add_runtime_dependency(%q<activerecord>, [">=
|
52
|
+
s.add_runtime_dependency(%q<activerecord>, [">= 2.3"])
|
53
53
|
else
|
54
54
|
s.add_dependency(%q<thor>, ["~> 0.14"])
|
55
55
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
56
|
-
s.add_dependency(%q<activerecord>, [">=
|
56
|
+
s.add_dependency(%q<activerecord>, [">= 2.3"])
|
57
57
|
end
|
58
58
|
else
|
59
59
|
s.add_dependency(%q<thor>, ["~> 0.14"])
|
60
60
|
s.add_dependency(%q<activesupport>, [">= 0"])
|
61
|
-
s.add_dependency(%q<activerecord>, [">=
|
61
|
+
s.add_dependency(%q<activerecord>, [">= 2.3"])
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ydd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 0.0.11
|
10
|
+
version: 0.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Wiggins
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date:
|
20
|
+
date: 2011-01-16 00:00:00 +08:00
|
21
21
|
default_executable: ydd
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -57,10 +57,11 @@ dependencies:
|
|
57
57
|
requirements:
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
60
|
+
hash: 5
|
61
61
|
segments:
|
62
|
-
-
|
63
|
-
|
62
|
+
- 2
|
63
|
+
- 3
|
64
|
+
version: "2.3"
|
64
65
|
type: :runtime
|
65
66
|
version_requirements: *id003
|
66
67
|
description: |
|