keithsalisbury-subtrac 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.markdown +6 -0
  2. data/Rakefile +2 -2
  3. data/VERSION.yml +1 -1
  4. metadata +13 -4
data/README.markdown CHANGED
@@ -15,6 +15,12 @@ Simple and opinionated helper for creating and managing subversion and trac proj
15
15
  # install the subtrac package and dependencies
16
16
  sudo gem install --include-dependencies keithsalisbury-subtrac
17
17
 
18
+ Note: since gems and ubuntu don't entirely play nicely, its necessary to add the gem path to .bashrc file.
19
+ For all users, you can add it here:
20
+ sudo vi /etc/bash.bashrc
21
+
22
+ ...
23
+ export PATH=$PATH:/var/lib/gems/1.8/bin
18
24
 
19
25
  ## Copyright
20
26
 
data/Rakefile CHANGED
@@ -8,8 +8,8 @@ begin
8
8
  gem.summary = %Q{Simple and opinionated helper for creating and managing subversion and trac projects.}
9
9
  gem.email = "keithsalisbury@gmail.com"
10
10
  gem.homepage = "http://github.com/keithsalisbury/subtrac"
11
- gem.authors = ["="]
12
-
11
+ gem.authors = ["Keith Salisbury"]
12
+ gem.add_dependency('visionmedia-commander', '>= 3.2.5')
13
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
14
  end
15
15
  rescue LoadError
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 1
metadata CHANGED
@@ -1,18 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keithsalisbury-subtrac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - "="
7
+ - Keith Salisbury
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2009-04-16 00:00:00 -07:00
13
13
  default_executable: subtrac
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: visionmedia-commander
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 3.2.5
24
+ version:
16
25
  description:
17
26
  email: keithsalisbury@gmail.com
18
27
  executables: