axeml 0.0.1 → 0.0.3
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/axeml.gemspec +2 -2
- 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/
|
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
|
+
0.0.3
|
data/axeml.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{axeml}
|
8
|
-
s.version = "0.0.
|
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/
|
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
58
|
+
homepage: http://github.com/DerGuteMoritz/axeml
|
59
59
|
licenses: []
|
60
60
|
|
61
61
|
post_install_message:
|