Skip to content

Commit

Permalink
Bump version to v0.5.5; switch Jeweler to use to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harlantwood committed Nov 23, 2011
1 parent 040fed8 commit ee1f336
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bundle
.DS_Store
test/credentials.yml
pkg/*
14 changes: 14 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source 'http://rubygems.org'

gem 'hpricot', '>= 0.7'
gem 'terminal-table', '>= 1.0.5'
gem 'uuid', '>= 2.0.1'

group :development do
gem 'jeweler'
end

group :test do
gem 'shoulda'
end

27 changes: 27 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
GEM
remote: http://rubygems.org/
specs:
git (1.2.5)
hpricot (0.8.4)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
macaddr (1.5.0)
systemu (>= 2.4.0)
rake (0.9.2.2)
shoulda (2.11.3)
systemu (2.4.1)
terminal-table (1.4.4)
uuid (2.3.4)
macaddr (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
hpricot (>= 0.7)
jeweler
shoulda
terminal-table (>= 1.0.5)
uuid (>= 2.0.1)
9 changes: 3 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ begin
gemspec.name = "dreamy"
gemspec.summary = "A Ruby library and command line tool for accessing DreamHost's API"
gemspec.email = "[email protected]"
gemspec.homepage = "http://github.com/sant0sk1/dreamy"
gemspec.authors = ["Jerod Santo"]
gemspec.add_dependency('terminal-table', '>= 1.0.5')
gemspec.add_dependency('hpricot', '>= 0.7')
gemspec.add_dependency('uuid', '>= 2.0.1')
gemspec.homepage = "http://github.com/onesunone/dreamy"
gemspec.authors = ["Jerod Santo", "Harlan Wood"]
gemspec.files.exclude 'test/credentials.yml'
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install jeweler"
puts "Jeweler not available. Install it with: bundle install"
end
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:minor: 5
:patch: 4
:major: 0
:minor: 5
:patch: 5
:build:
123 changes: 56 additions & 67 deletions dreamy.gemspec
Original file line number Diff line number Diff line change
@@ -1,101 +1,90 @@
# 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{dreamy}
s.version = "0.5.3"
s.version = "0.5.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jerod Santo"]
s.date = %q{2010-01-12}
s.authors = ["Jerod Santo", "Harlan Wood"]
s.date = %q{2011-11-22}
s.default_executable = %q{dh}
s.email = %q{[email protected]}
s.executables = ["dh"]
s.extra_rdoc_files = [
"README.md"
]
s.files = [
".gitignore",
"README.md",
"Rakefile",
"VERSION.yml",
"bin/dh",
"dreamy.gemspec",
"lib/dreamy.rb",
"lib/dreamy/announce_list.rb",
"lib/dreamy/base.rb",
"lib/dreamy/command.rb",
"lib/dreamy/commands/announce.rb",
"lib/dreamy/commands/base.rb",
"lib/dreamy/commands/dns.rb",
"lib/dreamy/commands/domains.rb",
"lib/dreamy/commands/help.rb",
"lib/dreamy/commands/mysql.rb",
"lib/dreamy/commands/ps.rb",
"lib/dreamy/commands/users.rb",
"lib/dreamy/core_extensions.rb",
"lib/dreamy/dns.rb",
"lib/dreamy/domain.rb",
"lib/dreamy/easy_class_maker.rb",
"lib/dreamy/mail_filter.rb",
"lib/dreamy/mysql/db.rb",
"lib/dreamy/mysql/host.rb",
"lib/dreamy/mysql/user.rb",
"lib/dreamy/private_server.rb",
"lib/dreamy/subscriber.rb",
"lib/dreamy/user.rb",
"test/announce_test.rb",
"test/base_test.rb",
"test/dns_test.rb",
"test/domain_test.rb",
"test/mail_filter_test.rb",
"test/mysql_db_test.rb",
"test/mysql_host_test.rb",
"test/mysql_user_test.rb",
"test/private_server_test.rb",
"test/subscriber_test.rb",
"test/test_helper.rb",
"test/user_test.rb"
"Gemfile",
"Gemfile.lock",
"README.md",
"Rakefile",
"VERSION.yml",
"bin/dh",
"dreamy.gemspec",
"lib/dreamy.rb",
"lib/dreamy/announce_list.rb",
"lib/dreamy/base.rb",
"lib/dreamy/command.rb",
"lib/dreamy/commands/announce.rb",
"lib/dreamy/commands/base.rb",
"lib/dreamy/commands/dns.rb",
"lib/dreamy/commands/domains.rb",
"lib/dreamy/commands/help.rb",
"lib/dreamy/commands/mysql.rb",
"lib/dreamy/commands/ps.rb",
"lib/dreamy/commands/users.rb",
"lib/dreamy/core_extensions.rb",
"lib/dreamy/dns.rb",
"lib/dreamy/domain.rb",
"lib/dreamy/easy_class_maker.rb",
"lib/dreamy/mail_filter.rb",
"lib/dreamy/mysql/db.rb",
"lib/dreamy/mysql/host.rb",
"lib/dreamy/mysql/user.rb",
"lib/dreamy/private_server.rb",
"lib/dreamy/subscriber.rb",
"lib/dreamy/user.rb",
"test/announce_test.rb",
"test/base_test.rb",
"test/credentials.yml.example",
"test/dns_test.rb",
"test/domain_test.rb",
"test/mail_filter_test.rb",
"test/mysql_db_test.rb",
"test/mysql_host_test.rb",
"test/mysql_user_test.rb",
"test/private_server_test.rb",
"test/subscriber_test.rb",
"test/test_helper.rb",
"test/user_test.rb"
]
s.homepage = %q{http://github.com/sant0sk1/dreamy}
s.rdoc_options = ["--charset=UTF-8"]
s.homepage = %q{http://github.com/onesunone/dreamy}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.6.2}
s.summary = %q{A Ruby library and command line tool for accessing DreamHost's API}
s.test_files = [
"test/announce_test.rb",
"test/base_test.rb",
"test/dns_test.rb",
"test/domain_test.rb",
"test/mail_filter_test.rb",
"test/mysql_db_test.rb",
"test/mysql_host_test.rb",
"test/mysql_user_test.rb",
"test/private_server_test.rb",
"test/subscriber_test.rb",
"test/test_helper.rb",
"test/user_test.rb"
]

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

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<terminal-table>, [">= 1.0.5"])
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<hpricot>, [">= 0.7"])
s.add_runtime_dependency(%q<terminal-table>, [">= 1.0.5"])
s.add_runtime_dependency(%q<uuid>, [">= 2.0.1"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
s.add_dependency(%q<terminal-table>, [">= 1.0.5"])
s.add_dependency(%q<hpricot>, [">= 0.7"])
s.add_dependency(%q<terminal-table>, [">= 1.0.5"])
s.add_dependency(%q<uuid>, [">= 2.0.1"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
else
s.add_dependency(%q<terminal-table>, [">= 1.0.5"])
s.add_dependency(%q<hpricot>, [">= 0.7"])
s.add_dependency(%q<terminal-table>, [">= 1.0.5"])
s.add_dependency(%q<uuid>, [">= 2.0.1"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
end

0 comments on commit ee1f336

Please sign in to comment.