dreamcat4-braid 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/braid.gemspec +2 -2
- metadata +1 -1
data/braid.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{braid}
|
3
|
-
s.version = "0.5.
|
3
|
+
s.version = "0.5.2"
|
4
4
|
|
5
5
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
6
6
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "braid", "--main"]
|
18
18
|
s.require_paths = ["lib"]
|
19
19
|
s.rubyforge_project = %q{braid}
|
20
|
-
s.rubygems_version = %q{1.1
|
20
|
+
s.rubygems_version = %q{1.3.1}
|
21
21
|
s.summary = %q{A simple tool for tracking vendor branches in git.}
|
22
22
|
|
23
23
|
s.add_dependency(%q<main>, [">= 2.8.0"])
|