git-topic 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile.lock +0 -23
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. data/git-topic.gemspec +1 -1
  5. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -2,50 +2,27 @@ GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
4
  ZenTest (4.3.3)
5
- ZenTest (4.3.3)
6
- activesupport (2.3.8)
7
5
  activesupport (2.3.8)
8
6
  diff-lcs (1.1.2)
9
- diff-lcs (1.1.2)
10
7
  gemcutter (0.5.0)
11
8
  json_pure
12
- gemcutter (0.5.0)
13
- json_pure
14
- git (1.2.5)
15
9
  git (1.2.5)
16
10
  jeweler (1.4.0)
17
11
  gemcutter (>= 0.1.0)
18
12
  git (>= 1.2.5)
19
13
  rubyforge (>= 2.0.0)
20
- jeweler (1.4.0)
21
- gemcutter (>= 0.1.0)
22
- git (>= 1.2.5)
23
- rubyforge (>= 2.0.0)
24
- json_pure (1.4.3)
25
14
  json_pure (1.4.3)
26
15
  rake (0.8.7)
27
- rake (0.8.7)
28
16
  rspec (2.0.0.beta.16)
29
17
  rspec-core (= 2.0.0.beta.16)
30
18
  rspec-expectations (= 2.0.0.beta.16)
31
19
  rspec-mocks (= 2.0.0.beta.16)
32
- rspec (2.0.0.beta.16)
33
- rspec-core (= 2.0.0.beta.16)
34
- rspec-expectations (= 2.0.0.beta.16)
35
- rspec-mocks (= 2.0.0.beta.16)
36
- rspec-core (2.0.0.beta.16)
37
20
  rspec-core (2.0.0.beta.16)
38
21
  rspec-expectations (2.0.0.beta.16)
39
22
  diff-lcs (>= 1.1.2)
40
- rspec-expectations (2.0.0.beta.16)
41
- diff-lcs (>= 1.1.2)
42
- rspec-mocks (2.0.0.beta.16)
43
23
  rspec-mocks (2.0.0.beta.16)
44
24
  rubyforge (2.0.4)
45
25
  json_pure (>= 1.1.7)
46
- rubyforge (2.0.4)
47
- json_pure (>= 1.1.7)
48
- trollop (1.16.2)
49
26
  trollop (1.16.2)
50
27
  yard (0.5.8)
51
28
 
data/README.rdoc CHANGED
@@ -189,4 +189,4 @@ Copyright (c) 2010 David J. Hamilton. See LICENSE for details.
189
189
 
190
190
  == References
191
191
 
192
- [1] http://redmine.ruby-lang.org/issues/show/3465
192
+ 1. http://redmine.ruby-lang.org/issues/show/3465
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/git-topic.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{git-topic}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David J. Hamilton"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - David J. Hamilton