axeml 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/axeml.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{An SXML-like library for contructing Nokogiri documents}
9
9
  gem.description = %Q{AxeML is a notation for Nokogiri XML documents inspired by SXML}
10
10
  gem.email = "moritz.heidkamp@bevuta.com"
11
- gem.homepage = "http://github.com/DerGuteMoritz/axml"
11
+ gem.homepage = "http://github.com/DerGuteMoritz/axeml"
12
12
  gem.authors = ["Moritz Heidkamp"]
13
13
  gem.add_development_dependency "rspec", ">= 1.2.9"
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{axeml}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Moritz Heidkamp"]
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  "spec/basic_spec.rb",
29
29
  "spec/spec_helper.rb"
30
30
  ]
31
- s.homepage = %q{http://github.com/DerGuteMoritz/axml}
31
+ s.homepage = %q{http://github.com/DerGuteMoritz/axeml}
32
32
  s.rdoc_options = ["--charset=UTF-8"]
33
33
  s.require_paths = ["lib"]
34
34
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: axeml
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Moritz Heidkamp
@@ -55,7 +55,7 @@ files:
55
55
  - spec/basic_spec.rb
56
56
  - spec/spec_helper.rb
57
57
  has_rdoc: true
58
- homepage: http://github.com/DerGuteMoritz/axml
58
+ homepage: http://github.com/DerGuteMoritz/axeml
59
59
  licenses: []
60
60
 
61
61
  post_install_message: