starting_blocks 0.6.0 → 0.6.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.
Files changed (3) hide show
  1. data/bin/sb +3 -0
  2. data/lib/starting_blocks/version.rb +1 -1
  3. metadata +4 -4
data/bin/sb CHANGED
@@ -34,6 +34,9 @@ end
34
34
  if arguments.include? '--watch'
35
35
  listener = StartingBlocks::Watcher.start_watching Dir, options
36
36
  StartingBlocks.display "Going to sleep, waiting for changes"
37
+
38
+ puts 'Enter "stop" to stop the listener'
39
+
37
40
  listener.start
38
41
  loop do
39
42
  user_input = STDIN.gets
@@ -1,3 +1,3 @@
1
1
  module StartingBlocks
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
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: 2014-03-03 00:00:00.000000000 Z
12
+ date: 2014-03-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  segments:
152
152
  - 0
153
- hash: 2854283361510630439
153
+ hash: -1109728750280677084
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  none: false
156
156
  requirements:
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: 2854283361510630439
162
+ hash: -1109728750280677084
163
163
  requirements: []
164
164
  rubyforge_project:
165
165
  rubygems_version: 1.8.24