bibtex-ruby 1.3.4 → 1.3.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bibtex-ruby (1.3.4)
4
+ bibtex-ruby (1.3.5)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,3 +1,7 @@
1
+ === 1.3.5 / 2011-06-07
2
+
3
+ * Removed debugger initialisation
4
+
1
5
  === 1.3.4 / 2011-06-07
2
6
 
3
7
  * Performance boost for parsing of large bibliographies
@@ -49,8 +49,8 @@ module BibTeX
49
49
  end
50
50
 
51
51
  # Load debugger
52
- require 'ruby-debug'
53
- Debugger.start
52
+ # require 'ruby-debug'
53
+ # Debugger.start
54
54
 
55
55
  require 'bibtex/extensions'
56
56
  require 'bibtex/value'
@@ -18,6 +18,6 @@
18
18
 
19
19
  module BibTeX
20
20
  module Version
21
- STRING = '1.3.4'.freeze
21
+ STRING = '1.3.5'.freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bibtex-ruby
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.4
5
+ version: 1.3.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sylvester Keil
@@ -209,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
209
  requirements:
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- hash: 1653592792088481803
212
+ hash: -4032086687119002861
213
213
  segments:
214
214
  - 0
215
215
  version: "0"