hw 1.3.0 → 1.3.1

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.
@@ -1,4 +1,3 @@
1
- require 'git'
2
1
  require 'thor'
3
2
  require 'thor/group'
4
3
  require 'hw/core_ext/string'
@@ -16,7 +15,6 @@ module HW
16
15
  RESERVED_WORDS = %w(help)
17
16
 
18
17
  module Base
19
-
20
18
  class << self
21
19
  def included(base) # :nodoc:
22
20
  base.send :extend, ClassMethods
@@ -1,5 +1,3 @@
1
- #require 'hw/base'
2
-
3
1
  module HW
4
2
  class Runner < Thor
5
3
  include Base
@@ -1,3 +1,5 @@
1
+ require 'git'
2
+
1
3
  module HW
2
4
  class Sources < Thor
3
5
  extend Thor::Actions
@@ -1,7 +1,7 @@
1
1
  module HW
2
2
  MAJOR = 1
3
3
  MINOR = 3
4
- TINY = 0
4
+ TINY = 1
5
5
  PRE = nil
6
6
 
7
7
  VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hw
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: -1471843386893629720
118
+ hash: 831195939163091687
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  segments:
126
126
  - 0
127
- hash: -1471843386893629720
127
+ hash: 831195939163091687
128
128
  requirements: []
129
129
  rubyforge_project:
130
130
  rubygems_version: 1.8.25