thermos 0.0.4 → 0.0.5

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/test/thermos_test.rb CHANGED
@@ -5,7 +5,7 @@ class ThermosTest < ActiveSupport::TestCase
5
5
  self.use_transactional_fixtures = true
6
6
 
7
7
  def teardown
8
- Thermos.empty
8
+ Thermos::BeverageStorage.instance.empty!
9
9
  Rails.cache.clear
10
10
  end
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thermos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Thal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-27 00:00:00.000000000 Z
11
+ date: 2016-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -51,8 +51,10 @@ files:
51
51
  - lib/tasks/thermos_tasks.rake
52
52
  - lib/thermos.rb
53
53
  - lib/thermos/beverage.rb
54
+ - lib/thermos/beverage_storage.rb
54
55
  - lib/thermos/dependency.rb
55
56
  - lib/thermos/notifier.rb
57
+ - lib/thermos/rebuild_cache_job.rb
56
58
  - lib/thermos/refill_job.rb
57
59
  - lib/thermos/version.rb
58
60
  - test/dummy/README.rdoc