ruby_on_etags 0.1.1 → 0.1.2

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_on_etags (0.1.1)
4
+ ruby_on_etags (0.1.2)
5
5
  bundler (~> 1.0.0)
6
6
  rake (~> 0.8.7)
7
7
  thor (~> 0.14.6)
@@ -70,7 +70,7 @@ module RubyOnEtags
70
70
  end
71
71
 
72
72
  def build_tags_current_dir
73
- tags_file = Tempfile.new('ruby_on_etags-project-TAGS')
73
+ tags_file = Tempfile.new('ruby_on_etags-project-TAGS', '.')
74
74
  tags_file.close
75
75
  etags(["."], tags_file.path)
76
76
  tags_file.path
@@ -1,3 +1,3 @@
1
1
  module RubyOnEtags
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aleksei Gusev
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-08 00:00:00 +02:00
17
+ date: 2011-01-17 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency