sql_record 0.1.0 → 0.1.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 +1 -1
- data/VERSION +1 -1
- data/sql_record.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
15
15
|
gem.name = "sql_record"
|
16
|
-
gem.homepage = "http://github.com/squeedee/
|
16
|
+
gem.homepage = "http://github.com/squeedee/sql_record"
|
17
17
|
gem.license = "MIT"
|
18
18
|
gem.summary = %Q{SQL direct mapping to ActiveRecord}
|
19
19
|
gem.description = %Q{Do you use ActiveRecord::Connection.execute for speed sometimes?
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/sql_record.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{sql_record}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Rasheed Abdul-Aziz"]
|
@@ -36,7 +36,7 @@ Well that's what SQLRecord does.
|
|
36
36
|
"spec/sql_record_spec.rb",
|
37
37
|
"sql_record.gemspec"
|
38
38
|
]
|
39
|
-
s.homepage = %q{http://github.com/squeedee/
|
39
|
+
s.homepage = %q{http://github.com/squeedee/sql_record}
|
40
40
|
s.licenses = ["MIT"]
|
41
41
|
s.require_paths = ["lib"]
|
42
42
|
s.rubygems_version = %q{1.5.2}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sql_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Rasheed Abdul-Aziz
|
@@ -126,7 +126,7 @@ files:
|
|
126
126
|
- spec/sql_record_spec.rb
|
127
127
|
- sql_record.gemspec
|
128
128
|
has_rdoc: true
|
129
|
-
homepage: http://github.com/squeedee/
|
129
|
+
homepage: http://github.com/squeedee/sql_record
|
130
130
|
licenses:
|
131
131
|
- MIT
|
132
132
|
post_install_message:
|