editx 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/editx.rb +2 -2
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,2 +1,5 @@
1
+ v0.1.1 (17th April 2009)
2
+ - bump roxml dependency to 2.5.3 for libxml-ruby 1.1.3 compatibility
3
+
1
4
  v0.1.0 (23rd March 2009)
2
5
  - Initial Release
data/lib/editx.rb CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'bigdecimal'
3
3
 
4
4
  # ensure we load the correct gem versions
5
- gem 'roxml', '2.5.2'
5
+ gem 'roxml', '2.5.3'
6
6
  gem 'andand'
7
7
 
8
8
  # and now load the actual gems
@@ -13,7 +13,7 @@ module EDItX
13
13
  module Version #:nodoc:
14
14
  Major = 0
15
15
  Minor = 1
16
- Tiny = 0
16
+ Tiny = 1
17
17
 
18
18
  String = [Major, Minor, Tiny].join('.')
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: editx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-23 00:00:00 +11:00
12
+ date: 2009-04-17 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.5.2
23
+ version: 2.5.3
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: libxml-ruby
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.9.8
33
+ version: 1.1.3
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: andand