fauna-mysql 2.8.1.2 → 2.8.1.3
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.tar.gz.sig +0 -0
- data/CHANGELOG +2 -0
- data/fauna-mysql.gemspec +4 -4
- metadata +5 -19
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG
CHANGED
data/fauna-mysql.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{fauna-mysql}
|
|
5
|
-
s.version = "2.8.1.
|
|
5
|
+
s.version = "2.8.1.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Evan Weaver"]
|
|
9
9
|
s.cert_chain = ["/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-public_cert.pem"]
|
|
10
|
-
s.date = %q{
|
|
10
|
+
s.date = %q{2009-11-18}
|
|
11
11
|
s.description = %q{The MySQL API module for Ruby, with Twitter fixes.}
|
|
12
12
|
s.email = %q{}
|
|
13
13
|
s.extensions = ["ext/mysql_api/extconf.rb"]
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Fauna-mysql", "--main", "README.txt"]
|
|
18
18
|
s.require_paths = ["lib", "ext"]
|
|
19
19
|
s.rubyforge_project = %q{fauna}
|
|
20
|
-
s.rubygems_version = %q{1.3.
|
|
20
|
+
s.rubygems_version = %q{1.3.5}
|
|
21
21
|
s.signing_key = %q{/Users/eweaver/p/configuration/gem_certificates/evan_weaver-original-private_key.pem}
|
|
22
22
|
s.summary = %q{The MySQL API module for Ruby, with Twitter fixes.}
|
|
23
23
|
s.test_files = ["test/test_mysql.rb"]
|
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
27
27
|
s.specification_version = 3
|
|
28
28
|
|
|
29
|
-
if Gem::Version.new(Gem::
|
|
29
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
30
30
|
else
|
|
31
31
|
end
|
|
32
32
|
else
|
metadata
CHANGED
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fauna-mysql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease: false
|
|
6
|
-
segments:
|
|
7
|
-
- 2
|
|
8
|
-
- 8
|
|
9
|
-
- 1
|
|
10
|
-
- 2
|
|
11
|
-
version: 2.8.1.2
|
|
4
|
+
version: 2.8.1.3
|
|
12
5
|
platform: ruby
|
|
13
6
|
authors:
|
|
14
7
|
- Evan Weaver
|
|
@@ -37,7 +30,7 @@ cert_chain:
|
|
|
37
30
|
yZ0=
|
|
38
31
|
-----END CERTIFICATE-----
|
|
39
32
|
|
|
40
|
-
date:
|
|
33
|
+
date: 2009-11-18 00:00:00 -08:00
|
|
41
34
|
default_executable:
|
|
42
35
|
dependencies: []
|
|
43
36
|
|
|
@@ -98,28 +91,21 @@ require_paths:
|
|
|
98
91
|
- lib
|
|
99
92
|
- ext
|
|
100
93
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
|
-
none: false
|
|
102
94
|
requirements:
|
|
103
95
|
- - ">="
|
|
104
96
|
- !ruby/object:Gem::Version
|
|
105
|
-
hash: 3
|
|
106
|
-
segments:
|
|
107
|
-
- 0
|
|
108
97
|
version: "0"
|
|
98
|
+
version:
|
|
109
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
|
-
none: false
|
|
111
100
|
requirements:
|
|
112
101
|
- - ">="
|
|
113
102
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash: 11
|
|
115
|
-
segments:
|
|
116
|
-
- 1
|
|
117
|
-
- 2
|
|
118
103
|
version: "1.2"
|
|
104
|
+
version:
|
|
119
105
|
requirements: []
|
|
120
106
|
|
|
121
107
|
rubyforge_project: fauna
|
|
122
|
-
rubygems_version: 1.3.
|
|
108
|
+
rubygems_version: 1.3.5
|
|
123
109
|
signing_key:
|
|
124
110
|
specification_version: 3
|
|
125
111
|
summary: The MySQL API module for Ruby, with Twitter fixes.
|
metadata.gz.sig
CHANGED
|
Binary file
|