rails_tiny_ds 0.0.2 → 0.0.2.1
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 +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
@@ -2,11 +2,11 @@ require 'rubygems'
|
|
2
2
|
require 'rake/gempackagetask'
|
3
3
|
require File.dirname(__FILE__) + '/../../lib/tiny_ds/version'
|
4
4
|
|
5
|
-
RAILS_VERSION = "2.3.
|
5
|
+
RAILS_VERSION = "2.3.8"
|
6
6
|
|
7
7
|
spec = Gem::Specification.new do |s|
|
8
8
|
s.name = "rails_tiny_ds"
|
9
|
-
s.version = TinyDS::VERSION
|
9
|
+
s.version = "0.0.2.1" #TinyDS::VERSION
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
11
|
s.has_rdoc = false
|
12
12
|
s.extra_rdoc_files = ["README.rdoc", "LICENSE"]
|
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
|
|
20
20
|
s.require_path = 'lib'
|
21
21
|
s.files = %w(LICENSE README.rdoc Rakefile) +
|
22
22
|
Dir.glob("generators/**/*") + Dir.glob("lib/**/*")
|
23
|
-
s.add_dependency 'tiny_ds', "#{TinyDS::VERSION}"
|
23
|
+
s.add_dependency 'tiny_ds', "0.0.2" #"#{TinyDS::VERSION}"
|
24
24
|
s.add_dependency 'rails', "#{RAILS_VERSION}"
|
25
25
|
end
|
26
26
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_tiny_ds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.2
|
4
|
+
version: 0.0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Woodell
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2010-
|
13
|
+
date: 2010-08-06 00:00:00 +09:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 2.3.
|
34
|
+
version: 2.3.8
|
35
35
|
version:
|
36
36
|
description: A Rails integration plugin for TinyDS
|
37
37
|
email:
|
@@ -81,6 +81,6 @@ rubyforge_project:
|
|
81
81
|
rubygems_version: 1.3.5
|
82
82
|
signing_key:
|
83
83
|
specification_version: 3
|
84
|
-
summary: This is an integration plugin for TinyDS, that provides ActiveRecord method calls for Rails 2.3.
|
84
|
+
summary: This is an integration plugin for TinyDS, that provides ActiveRecord method calls for Rails 2.3.8 generated scaffold
|
85
85
|
test_files: []
|
86
86
|
|