drupal.rb 0.0.12 → 0.0.13
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/drupal.rb.gemspec +1 -2
- metadata +3 -19
data/drupal.rb.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "drupal.rb"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.13"
|
|
4
4
|
s.date = "2010-02-14"
|
|
5
5
|
s.summary = "Drupal development kit"
|
|
6
6
|
s.email = "ber@webschuur.com"
|
|
@@ -10,7 +10,6 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.require_path = "lib"
|
|
11
11
|
s.authors = ["tj@vision-media.ca", "ber@webschuur.com"]
|
|
12
12
|
s.add_dependency("archive-tar-minitar", ">0.5.0")
|
|
13
|
-
s.add_dependency("active_support", ">0.0.0")
|
|
14
13
|
s.requirements = [
|
|
15
14
|
"A POSIX compliant environment (Mac, Unix, Linux, and for Windows Cygwin)",
|
|
16
15
|
"Minitar Gem version 0.5.0 or greater. http://raa.ruby-lang.org/project/minitar",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: drupal.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 13
|
|
10
|
+
version: 0.0.13
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- tj@vision-media.ca
|
|
@@ -35,22 +35,6 @@ dependencies:
|
|
|
35
35
|
version: 0.5.0
|
|
36
36
|
type: :runtime
|
|
37
37
|
version_requirements: *id001
|
|
38
|
-
- !ruby/object:Gem::Dependency
|
|
39
|
-
name: active_support
|
|
40
|
-
prerelease: false
|
|
41
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
|
-
requirements:
|
|
44
|
-
- - ">"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
hash: 31
|
|
47
|
-
segments:
|
|
48
|
-
- 0
|
|
49
|
-
- 0
|
|
50
|
-
- 0
|
|
51
|
-
version: 0.0.0
|
|
52
|
-
type: :runtime
|
|
53
|
-
version_requirements: *id002
|
|
54
38
|
description: Drupal is an open source Ruby development tool allowing developers to quickly generate and manage Drupal modules.
|
|
55
39
|
email: ber@webschuur.com
|
|
56
40
|
executables:
|