hug 0.1.alpha → 0.1.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/hug.gemspec +2 -2
  2. metadata +2 -2
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hug"
3
- s.version = "0.1.alpha"
3
+ s.version = "0.1.alpha.1"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.author = "Conrad Irwin"
6
6
  s.email = "conrad.irwin@gmail.com"
7
7
  s.homepage = "http://github.com/ConradIrwin/hug"
8
8
  s.summary = "human-usable git"
9
- s.description = "A thought-out CLI for git"
9
+ s.description = "Human-Usable Git"
10
10
  s.files = ["hug.gemspec"]
11
11
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hug
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 0.1.alpha
5
+ version: 0.1.alpha.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Conrad Irwin
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-12-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: A thought-out CLI for git
14
+ description: Human-Usable Git
15
15
  email: conrad.irwin@gmail.com
16
16
  executables: []
17
17
  extensions: []