Skip to content

Commit

Permalink
bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Feb 2, 2012
1 parent 6c37030 commit 12e0956
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 30 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source :rubygems

gem "thor"
gem "optimism", :path => "/home/guten/dev/one/optimism"
gem "pa", :path => "/home/guten/dev/one/pa"
gem "tagen", :path => "/home/guten/dev/one/tagen", :require => "tagen/core"
gem "tagen", "~>1.1.4"
gem "pa", "~>1.2.0"
gem "optimism", "~>3.1.0"

group :development do
gem "rspec"
gem "watchr"
#gem "rag"
gem "rag"
end
34 changes: 14 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
PATH
remote: /home/guten/dev/one/optimism
specs:
optimism (3.1.0)
hike (~> 1.2.0)

PATH
remote: /home/guten/dev/one/pa
specs:
pa (1.1.4)

PATH
remote: /home/guten/dev/one/tagen
specs:
tagen (1.1.2)
activesupport (~> 3.1.0)

GEM
remote: http://rubygems.org/
specs:
Expand All @@ -23,6 +6,14 @@ GEM
diff-lcs (1.1.3)
hike (1.2.1)
multi_json (1.0.4)
optimism (3.1.0)
hike (~> 1.2.0)
pa (1.2.1)
rag (1.2.0)
optimism (~> 3.1.0)
pa (~> 1.2.0)
tagen (~> 1.1.0)
thor (~> 0.14.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -31,16 +22,19 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
tagen (1.1.4)
activesupport (~> 3.1.0)
thor (0.14.6)
watchr (0.7)

PLATFORMS
ruby

DEPENDENCIES
optimism!
pa!
optimism (~> 3.1.0)
pa (~> 1.2.0)
rag
rspec
tagen!
tagen (~> 1.1.4)
thor
watchr
2 changes: 1 addition & 1 deletion lib/oldtime/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Oldtime
VERSION="0.0.1"
VERSION = "0.1.0"
end
12 changes: 7 additions & 5 deletions oldtime.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$: << "."
require "lib/oldtime/version"
$: << File.expand_path("../lib", __FILE__)
require "oldtime/version"

Gem::Specification.new do |s|
s.name = "oldtime"
s.version = Oldtime::VERSION
s.summary = "the backup & restore system"
s.summary = "a highly customizable and configurable backup & restore system"
s.description = <<-EOF
the backup & restore sytem
The backup & restore system that fits you well. It's a highly customizable and configurable backup & restore system.
EOF

s.author = "Guten"
Expand All @@ -17,5 +17,7 @@ the backup & restore sytem
s.files = `git ls-files`.split("\n")
#s.executables = ["x"]

#s.add_dependency "x"
s.add_dependency "tagen", "~>1.1.4"
s.add_dependency "pa", "~>1.2.0"
s.add_dependency "optimism", "~>3.1.0"
end

0 comments on commit 12e0956

Please sign in to comment.