GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: DataMapper Adapters
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/dm-adapters.git
Bump the version
halorgium (author)
Thu Oct 09 20:00:15 -0700 2008
commit  51351505c0ad64074768baa63e5231315aa59b13
tree    26d53b099c9fab7ed2ea370925758e46ba1015b0
parent  900d5b90e3a4691a394921b9a09c92c6042ba3f6
...
4
5
6
7
 
8
9
10
...
47
48
49
50
51
 
...
4
5
6
 
7
8
9
10
...
47
48
49
 
50
51
0
@@ -4,7 +4,7 @@ require 'rubygems/specification'
0
 require 'date'
0
 
0
 GEM = "dm-salesforce"
0
-GEM_VERSION = "0.9.2"
0
+GEM_VERSION = "0.9.3"
0
 AUTHOR = "Yehuda Katz"
0
 EMAIL = "wycats@gmail.com"
0
 HOMEPAGE = "http://www.yehudakatz.com"
0
@@ -47,4 +47,4 @@ task :make_spec do
0
   File.open("#{GEM}.gemspec", "w") do |file|
0
     file.puts spec.to_ruby
0
   end
0
-end
0
\ No newline at end of file
0
+end
...
 
 
1
2
3
 
4
5
6
7
8
 
9
10
11
...
13
14
15
16
 
17
18
19
20
21
22
23
 
24
25
26
...
1
2
3
4
 
5
6
7
8
9
 
10
11
12
13
...
15
16
17
 
18
19
20
21
22
23
24
 
25
26
27
28
0
@@ -1,11 +1,13 @@
0
+# -*- encoding: utf-8 -*-
0
+
0
 Gem::Specification.new do |s|
0
   s.name = %q{dm-salesforce}
0
- s.version = "0.9.2"
0
+ s.version = "0.9.3"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Yehuda Katz"]
0
   s.autorequire = %q{dm-salesforce}
0
- s.date = %q{2008-08-29}
0
+ s.date = %q{2008-10-10}
0
   s.description = %q{A DataMapper adapter to the Salesforce API}
0
   s.email = %q{wycats@gmail.com}
0
   s.extra_rdoc_files = ["README.markdown", "LICENSE"]
0
@@ -13,14 +15,14 @@ Gem::Specification.new do |s|
0
   s.has_rdoc = true
0
   s.homepage = %q{http://www.yehudakatz.com}
0
   s.require_paths = ["lib"]
0
- s.rubygems_version = %q{1.2.0}
0
+ s.rubygems_version = %q{1.3.0}
0
   s.summary = %q{A DataMapper adapter to the Salesforce API}
0
 
0
   if s.respond_to? :specification_version then
0
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
0
     s.specification_version = 2
0
 
0
- if current_version >= 3 then
0
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
0
       s.add_runtime_dependency(%q<dm-core>, ["~> 0.9.4"])
0
       s.add_runtime_dependency(%q<extlib>, ["~> 0.9.4"])
0
       s.add_runtime_dependency(%q<soap4r>, ["~> 1.5.8"])

Comments

    No one has commented yet.