edtf 2.1.0 → 2.2.0

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.
@@ -13,7 +13,7 @@ begin
13
13
  when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
14
14
  require 'rubinius/debugger'
15
15
  else
16
- require 'debugger'
16
+ require 'byebug'
17
17
  end
18
18
  rescue LoadError
19
19
  # ignore
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edtf
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-31 00:00:00.000000000 Z
11
+ date: 2015-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -93,7 +93,7 @@ rdoc_options:
93
93
  - "--line-numbers"
94
94
  - "--inline-source"
95
95
  - "--title"
96
- - "\"EDTF-Ruby\""
96
+ - '"EDTF-Ruby"'
97
97
  - "--main"
98
98
  - README.md
99
99
  - "--webcvs=http://github.com/inukshuk/edtf-ruby/tree/master/"
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.2.1
114
+ rubygems_version: 2.4.6
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Extended Date/Time Format for Ruby.
@@ -136,3 +136,4 @@ test_files:
136
136
  - spec/edtf/set_spec.rb
137
137
  - spec/edtf/uncertainty_spec.rb
138
138
  - spec/spec_helper.rb
139
+ has_rdoc: