crackoid 1.0.0 → 1.0.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/crackoid.gemspec +1 -1
  2. data/lib/crackoid/xml.rb +1 -1
  3. metadata +1 -1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{crackoid}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["sdomino"]
@@ -184,7 +184,7 @@ class REXMLUtilityNode #:nodoc:
184
184
  end
185
185
  end
186
186
 
187
- module Crack
187
+ module Crackoid
188
188
  class XML
189
189
  def self.parse(xml)
190
190
  stack = []
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: crackoid
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - sdomino