stasis 0.1.21 → 0.1.22

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/lib/stasis/dev_mode.rb +2 -0
  2. data/stasis.gemspec +1 -1
  3. metadata +4 -4
@@ -11,6 +11,7 @@ class Stasis
11
11
  trap("INT") { exit }
12
12
 
13
13
  puts "\nDevelopment mode enabled: #{dir}"
14
+ $stdout.flush
14
15
 
15
16
  @dir = dir
16
17
  @options = options
@@ -73,6 +74,7 @@ class Stasis
73
74
  else
74
75
  puts "\n[#{Time.now.strftime("%Y-%m-%d %H:%M:%S")}] Complete"
75
76
  end
77
+ $stdout.flush
76
78
  end
77
79
  end
78
80
  end
@@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib)
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "stasis"
9
- s.version = '0.1.21'
9
+ s.version = '0.1.22'
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = [ 'Winton Welsh' ]
12
12
  s.email = [ 'mail@wintoni.us' ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stasis
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 21
10
- version: 0.1.21
9
+ - 22
10
+ version: 0.1.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Winton Welsh
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-28 00:00:00 Z
18
+ date: 2012-04-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement