defunkt-ambition 0.5.3 → 0.5.4
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/ambition.gemspec +7 -7
- metadata +3 -3
data/ambition.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Ambition-0.5.
|
2
|
+
# Gem::Specification for Ambition-0.5.4
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{ambition}
|
7
|
-
s.version = "0.5.
|
7
|
+
s.version = "0.5.4"
|
8
8
|
|
9
9
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
10
10
|
|
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
|
|
26
26
|
s.rubygems_version = %q{1.0.1}
|
27
27
|
s.summary = %q{Ambition builds yer API calls from plain jane Ruby.}
|
28
28
|
|
29
|
-
s.add_dependency(%q<ParseTree>, ["= 2.
|
30
|
-
s.add_dependency(%q<ruby2ruby>, ["= 1.1.
|
29
|
+
s.add_dependency(%q<ParseTree>, ["= 2.1.1"])
|
30
|
+
s.add_dependency(%q<ruby2ruby>, ["= 1.1.8"])
|
31
31
|
s.add_dependency(%q<rubigen>, ["= 1.1.1"])
|
32
32
|
end
|
33
33
|
|
@@ -38,7 +38,7 @@ end
|
|
38
38
|
# require 'rake/testtask'
|
39
39
|
# require 'rake/rdoctask'
|
40
40
|
#
|
41
|
-
# Version = '0.5.
|
41
|
+
# Version = '0.5.4'
|
42
42
|
#
|
43
43
|
# module Rake::TaskManager
|
44
44
|
# def delete_task(task_class, *args, &block)
|
@@ -67,8 +67,8 @@ end
|
|
67
67
|
# p.ruby_version = '>= 1.8.6'
|
68
68
|
# p.ignore_pattern = /^(\.git|site|adapters).+/
|
69
69
|
# p.test_pattern = 'test/*_test.rb'
|
70
|
-
# p.dependencies << 'ParseTree =2.
|
71
|
-
# p.dependencies << 'ruby2ruby =1.1.
|
70
|
+
# p.dependencies << 'ParseTree =2.1.1'
|
71
|
+
# p.dependencies << 'ruby2ruby =1.1.8'
|
72
72
|
# p.dependencies << 'rubigen =1.1.1'
|
73
73
|
# end
|
74
74
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: defunkt-ambition
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Wanstrath
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - "="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 2.
|
22
|
+
version: 2.1.1
|
23
23
|
version:
|
24
24
|
- !ruby/object:Gem::Dependency
|
25
25
|
name: ruby2ruby
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
requirements:
|
29
29
|
- - "="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 1.1.
|
31
|
+
version: 1.1.8
|
32
32
|
version:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: rubigen
|