dozuki 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/dozuki.gemspec +2 -2
  2. data/lib/dozuki/version.rb +1 -1
  3. metadata +3 -3
data/dozuki.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["James Almond"]
10
10
  s.email = ["james@jamesalmond.com"]
11
11
  s.homepage = "https://github.com/jamesalmond/dozuki"
12
- s.summary = %q{An XPath syntactic sugar wrapper for Nokogiri}
13
- s.description = %q{A simple way of extracting various elements from an XML document using XPaths}
12
+ s.summary = %q{A syntactic sugar wrapper for Nokogiri}
13
+ s.description = %q{A simple way of extracting various elements from an Nokogiri document using XPaths}
14
14
 
15
15
  s.rubyforge_project = "dozuki"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Dozuki
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dozuki
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - James Almond
@@ -79,7 +79,7 @@ dependencies:
79
79
  version: "0"
80
80
  type: :development
81
81
  version_requirements: *id006
82
- description: A simple way of extracting various elements from an XML document using XPaths
82
+ description: A simple way of extracting various elements from an Nokogiri document using XPaths
83
83
  email:
84
84
  - james@jamesalmond.com
85
85
  executables: []
@@ -148,7 +148,7 @@ rubyforge_project: dozuki
148
148
  rubygems_version: 1.6.2
149
149
  signing_key:
150
150
  specification_version: 3
151
- summary: An XPath syntactic sugar wrapper for Nokogiri
151
+ summary: A syntactic sugar wrapper for Nokogiri
152
152
  test_files:
153
153
  - .autotest
154
154
  - features/each_accessor.feature