aweplug 1.0.0.a14 → 1.0.0.a15

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module Aweplug::Cache
23
23
  #
24
24
  # Returns a new instance of the cache.
25
25
  def initialize(opts = {})
26
- opts.merge!({filename: 'tmp/cache.store'})
26
+ opts.merge!({filename: '_tmp/cache.store'})
27
27
  FileUtils.mkdir_p(File.dirname opts[:filename])
28
28
  @file_store = YAML::Store.new opts[:filename]
29
29
  @memory_store = {}
@@ -1,4 +1,4 @@
1
1
  module Aweplug
2
- VERSION='1.0.0.a14'
2
+ VERSION='1.0.0.a15'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aweplug
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.a14
4
+ version: 1.0.0.a15
5
5
  prerelease: 6
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-02-07 00:00:00.000000000 Z
12
+ date: 2014-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: 3719202893213681335
193
+ hash: 1205855873976585474
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  none: false
196
196
  requirements: