girror 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/girror.gemspec +1 -1
- data/lib/girror.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
data/girror.gemspec
CHANGED
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.
|
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
|
-
-
|
9
|
-
version: 0.0.
|
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: -
|
271
|
+
hash: -78938705
|
272
272
|
segments:
|
273
273
|
- 0
|
274
274
|
version: "0"
|