Skip to content

Commit

Permalink
Renamed project to "tire-contrib" and updated all references and file…
Browse files Browse the repository at this point in the history
… names
  • Loading branch information
karmi committed Sep 16, 2011
1 parent 21de965 commit 85a6387
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in slingshot-contrib.gemspec
# Specify your gem's dependencies in tire-contrib.gemspec
gemspec
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,5 +1,5 @@
Slingshot Contributed Components
Tire Contributed Components
================================

Contributions, additions, extensions and other utilities for the [Slingshot](http://karmi.github.com/slingshot/)
Contributions, additions, extensions and other utilities for the [Tire](http://karmi.github.com/tire/)
Rubygem for _ElasticSearch_.
2 changes: 1 addition & 1 deletion lib/slingshot-contrib.rb → lib/tire-contrib.rb
@@ -1,4 +1,4 @@
module Slingshot
module Tire
module Contrib
# Your code goes here...
end
Expand Down
@@ -1,4 +1,4 @@
module Slingshot
module Tire
module Contrib
VERSION = "0.0.1"
end
Expand Down
12 changes: 6 additions & 6 deletions slingshot-contrib.gemspec → tire-contrib.gemspec
@@ -1,20 +1,20 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "slingshot-contrib/version"
require "tire-contrib/version"

Gem::Specification.new do |s|
s.name = "slingshot-contrib"
s.version = Slingshot::Contrib::VERSION
s.name = "tire-contrib"
s.version = Tire::Contrib::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Karel Minarik"]
s.email = ["karmi@karmi.cz"]
s.homepage = ""
s.summary = %q{Contributions and additions to the Slingshot gem}
s.summary = %q{Contributions and additions for the Tire gem}

s.rubyforge_project = "slingshot-contrib"
s.rubyforge_project = "tire-contrib"

s.add_dependency "bundler", "~> 1.0.0"
s.add_dependency "slingshot-rb"
s.add_dependency "tire"

s.add_development_dependency "turn"
s.add_development_dependency "shoulda"
Expand Down

0 comments on commit 85a6387

Please sign in to comment.