rix 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. data/lib/rix/version.rb +1 -1
  2. metadata +8 -10
data/lib/rix/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rix
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease: !!null
4
+ version: 0.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Richard Hubers
9
- autorequire: !!null
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-16 00:00:00.000000000 +02:00
13
- default_executable: !!null
12
+ date: 2011-08-16 00:00:00.000000000Z
14
13
  dependencies: []
15
14
  description: Command-line XML editing and refactoring
16
15
  email: richard.hubers@gmail.com
@@ -28,10 +27,9 @@ files:
28
27
  - lib/rix/registry.rb
29
28
  - lib/rix/version.rb
30
29
  - lib/rix.rb
31
- has_rdoc: false
32
30
  homepage: http://github.com/rh/rix
33
31
  licenses: []
34
- post_install_message: !!null
32
+ post_install_message:
35
33
  rdoc_options: []
36
34
  require_paths:
37
35
  - lib
@@ -48,9 +46,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
46
  - !ruby/object:Gem::Version
49
47
  version: '0'
50
48
  requirements: []
51
- rubyforge_project: !!null
52
- rubygems_version: 1.5.0
53
- signing_key: !!null
49
+ rubyforge_project:
50
+ rubygems_version: 1.8.8
51
+ signing_key:
54
52
  specification_version: 3
55
53
  summary: Command-line XML editor
56
54
  test_files: []