girror 0.0.2 → 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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/girror.gemspec +1 -1
  3. data/lib/girror.rb +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/girror.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{girror}
8
- s.version = "0.0.2"
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 = ["Pavel Argentov"]
data/lib/girror.rb CHANGED
@@ -41,7 +41,7 @@ require 'iconv'
41
41
  # This module encapsulates *girror*'s namespace.
42
42
  module Girror
43
43
  # Version of the library.
44
- VERSION = "0.0.1"
44
+ VERSION = "0.0.3"
45
45
 
46
46
  # Regexp to filter out 'technical' files which aren't normally a part of
47
47
  # the mirrored tree and therefore should be _ignored_.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pavel Argentov
@@ -268,7 +268,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
268
268
  requirements:
269
269
  - - ">="
270
270
  - !ruby/object:Gem::Version
271
- hash: -352667007
271
+ hash: -78938705
272
272
  segments:
273
273
  - 0
274
274
  version: "0"