Skip to content

Commit 7f844dd

Browse files
committed
Regenerated gemspec for version 3.0.0
1 parent d7d522d commit 7f844dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scrooge.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{scrooge}
5-
s.version = "2.2.5"
5+
s.version = "3.0.0"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Lourens Naud\303\251", "Stephen Sykes"]
99
s.date = %q{2009-03-22}
1010
s.description = %q{An ActiveRecord attribute tracker to ensure production Ruby applications only fetch the database content needed to minimize wire traffic and reduce conversion overheads to native Ruby types.}
1111
12-
s.extra_rdoc_files = ["README", "README.textile"]
13-
s.files = ["Rakefile", "README", "README.textile", "VERSION.yml", "lib/callsite.rb", "lib/optimizations", "lib/optimizations/associations", "lib/optimizations/associations/macro.rb", "lib/optimizations/columns", "lib/optimizations/columns/attributes_proxy.rb", "lib/optimizations/columns/macro.rb", "lib/optimizations/result_sets", "lib/optimizations/result_sets/result_array.rb", "lib/optimizations/result_sets/updateable_result_set.rb", "lib/scrooge.rb", "test/callsite_test.rb", "test/helper.rb", "test/models", "test/models/mysql_column_privilege.rb", "test/models/mysql_host.rb", "test/models/mysql_table_privilege.rb", "test/models/mysql_user.rb", "test/optimizations", "test/optimizations/associations", "test/optimizations/associations/macro_test.rb", "test/scrooge_test.rb", "test/setup.rb", "rails/init.rb"]
12+
s.files = ["Rakefile", "README", "README.textile", "VERSION.yml", "lib/callsite.rb", "lib/optimizations", "lib/optimizations/associations", "lib/optimizations/associations/macro.rb", "lib/optimizations/columns", "lib/optimizations/columns/attributes_proxy.rb", "lib/optimizations/columns/macro.rb", "lib/optimizations/result_sets", "lib/optimizations/result_sets/result_array.rb", "lib/optimizations/result_sets/updateable_result_set.rb", "lib/scrooge.rb", "test/callsite_test.rb", "test/helper.rb", "test/models", "test/models/mysql_column_privilege.rb", "test/models/mysql_host.rb", "test/models/mysql_table_privilege.rb", "test/models/mysql_user.rb", "test/optimizations", "test/optimizations/associations", "test/optimizations/associations/macro_test.rb", "test/scrooge_helper.rb", "test/scrooge_test.rb", "test/setup.rb", "rails/init.rb"]
1413
s.has_rdoc = true
1514
s.homepage = %q{http://github.com/methodmissing/scrooge}
1615
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]

0 commit comments

Comments
 (0)