public
Rubygem
Description: Utility for writing GitHub-based gems
Homepage: http://github.com/gcnovus/trowel
Clone URL: git://github.com/gcnovus/trowel.git
version 0.0.2: fixed Manifest and gemspec; thanks, hallettj
gcnovus (author)
Mon Jun 16 19:39:44 -0700 2008
commit  385e73a5c5b4b5f1575ea6207eca846a1b2f197c
tree    2c08f642072fdbdf0c4cc4454621a9061634bf81
parent  b112c0d595b9cedab1676a2d098f600fdef0e846
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Trowel
0
   module Version
0
     MAJOR = 0
0
     MINOR = 0
0
- TINY = 1
0
+ TINY = 2
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{trowel}
0
- s.version = "0.0.1"
0
+ s.version = "0.0.2"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 

Comments

    No one has commented yet.