limer 0.0.2 → 0.0.3

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.
data/lib/limer/gitpt.rb CHANGED
@@ -43,7 +43,6 @@ module Limer
43
43
  You may remove that file for the wizard to reappear.
44
44
 
45
45
  ----------------------------------------------------"
46
-
47
46
  end
48
47
 
49
48
  def load_setting
@@ -139,8 +138,7 @@ module Limer
139
138
  commit_message << ' - '<< message.strip
140
139
  end
141
140
 
142
- puts commit_message
143
- # exec('git', 'commit', '-m', commit_message)
141
+ exec('git', 'commit', '-m', commit_message)
144
142
  end
145
143
  end
146
144
  def run
data/lib/limer/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Limer
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/limer.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Orgil Urtnasan"]
10
10
  s.email = ["orgil@limesoft.mn"]
11
- s.homepage = "http://limesoft.com"
11
+ s.homepage = "http://limesoft.mn"
12
12
  s.summary = 'Command line tools for tasks at Limesoft.'
13
13
  s.description = 'COmmand line tools for tasks at Limesoft.'
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2013-04-15 00:00:00.000000000 Z
12
+ date: 2013-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline
@@ -61,7 +61,7 @@ files:
61
61
  - lib/limer/gitpt.rb
62
62
  - lib/limer/version.rb
63
63
  - limer.gemspec
64
- homepage: http://limesoft.com
64
+ homepage: http://limesoft.mn
65
65
  licenses: []
66
66
  post_install_message:
67
67
  rdoc_options: []