huami 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/README.md +2 -2
  2. data/bin/huami +4 -0
  3. data/huami.gemspec +2 -2
  4. metadata +3 -3
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
- Huami on Ruby
1
+ Huami [![Build Status](https://secure.travis-ci.org/yesmeck/huami.rb.png?branch=master)](http://travis-ci.org/yesmeck/huami.rb)
2
2
  ===============
3
3
 
4
4
  Manage your password in rememberable way.
5
5
 
6
- Original project:https://code.google.com/p/flower-password/
6
+ Original project:http://flowerpassword.com/
7
7
 
8
8
  INSTALL
9
9
  --------
data/bin/huami CHANGED
@@ -17,6 +17,10 @@ optparse = OptionParser.new do |opts|
17
17
  puts opts
18
18
  exit 1
19
19
  end
20
+ opts.on('-v', '--version', 'Print the version number of huami to the standard output stream.') do
21
+ puts Gem.loaded_specs['huami'].version
22
+ exit 0
23
+ end
20
24
  end
21
25
 
22
26
  optparse.parse!
data/huami.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'huami'
3
- s.version = '1.0.1'
4
- s.date = '2012-05-21'
3
+ s.version = '1.0.2'
4
+ s.date = '2012-05-24'
5
5
  s.summary = 'Huami'
6
6
  s.description = 'Manage your password in rememberable way.'
7
7
  s.executables << 'huami'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huami
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-21 00:00:00.000000000Z
12
+ date: 2012-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubyforge_project:
67
- rubygems_version: 1.8.19
67
+ rubygems_version: 1.8.24
68
68
  signing_key:
69
69
  specification_version: 3
70
70
  summary: Huami