Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornblomqvist committed Apr 22, 2011
1 parent 6283904 commit 863dd54
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 33 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# A sample Gemfile
source "http://rubygems.org"

gem 'jeweler'
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
GEM
remote: http://rubygems.org/
specs:
git (1.2.5)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
rake (0.8.7)

PLATFORMS
ruby

DEPENDENCIES
jeweler
71 changes: 38 additions & 33 deletions keso.gemspec
Original file line number Diff line number Diff line change
@@ -1,71 +1,76 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{keso}
s.version = "0.1.3"
s.version = "0.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Darwin"]
s.date = %q{2010-10-29}
s.date = %q{2011-03-20}
s.description = %q{Cottage cheees with lots of relational theory. Or mabye not so much theory =(}
s.email = %q{darwin@markkonsulter.se}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.rdoc"
]
s.files = [
".bundle/config",
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"keso.gemspec",
"lib/keso.rb",
"lib/realvar.rb",
"lib/values/attribute.rb",
"lib/values/heading.rb",
"lib/values/immutable_hash.rb",
"lib/values/immutable_set.rb",
"lib/values/relation.rb",
"lib/values/tuple.rb",
"spec/attribute_spec.rb",
"spec/heading_spec.rb",
"spec/immutable_hash_spec.rb",
"spec/immutable_set_spec.rb",
"spec/relation_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/tuple_spec.rb"
".rspec",
"Gemfile",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"keso.gemspec",
"lib/keso.rb",
"lib/realvar.rb",
"lib/values/attribute.rb",
"lib/values/heading.rb",
"lib/values/immutable_hash.rb",
"lib/values/immutable_set.rb",
"lib/values/relation.rb",
"lib/values/tuple.rb",
"spec/attribute_spec.rb",
"spec/heading_spec.rb",
"spec/immutable_hash_spec.rb",
"spec/immutable_set_spec.rb",
"spec/relation_spec.rb",
"spec/spec_helper.rb",
"spec/tuple_spec.rb",
"timeit.rb",
"timeit/relation_bench.rb"
]
s.homepage = %q{http://github.com/bjornblomqvist/keso}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Cottage cheees with lots of relational theory}
s.test_files = [
"spec/attribute_spec.rb",
"spec/heading_spec.rb",
"spec/immutable_hash_spec.rb",
"spec/immutable_set_spec.rb",
"spec/relation_spec.rb",
"spec/spec_helper.rb",
"spec/tuple_spec.rb"
"spec/heading_spec.rb",
"spec/immutable_hash_spec.rb",
"spec/immutable_set_spec.rb",
"spec/relation_spec.rb",
"spec/spec_helper.rb",
"spec/tuple_spec.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
else
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
end
else
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 1.2.9"])
end
end
Expand Down

0 comments on commit 863dd54

Please sign in to comment.