hobo_fields 1.3.0.pre19 → 1.3.0.pre20
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.txt +3 -3
- data/VERSION +1 -1
- metadata +7 -7
data/CHANGES.txt
CHANGED
@@ -15,12 +15,12 @@
|
|
15
15
|
|
16
16
|
EnumString -- now defines constants on the class for each value in
|
17
17
|
the enum
|
18
|
-
|
18
|
+
|
19
19
|
Also, won't define an is_foo? method if that already exists
|
20
20
|
|
21
21
|
Removing HoboFields::Percentage -- this is better handled as an
|
22
22
|
application specific type
|
23
|
-
|
23
|
+
|
24
24
|
For example, is a percentage an fixnum or a float? Is 101% valid
|
25
25
|
or invalid?
|
26
26
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
*Breaking Change* EnumString: Change to automatically defined
|
30
30
|
class methods on EnumString classes
|
31
|
-
|
31
|
+
|
32
32
|
It used to be that if you did EnumString.for(:foo, :baa), your
|
33
33
|
class had methods foo, baa and the instance got methods foo?
|
34
34
|
and baa?. There was a big problem with name clashes with other
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.0.
|
1
|
+
1.3.0.pre20
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hobo_fields
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: -
|
4
|
+
hash: -1637108442
|
5
5
|
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 1.3.0.
|
10
|
+
- pre20
|
11
|
+
version: 1.3.0.pre20
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Tom Locke
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-11-
|
19
|
+
date: 2010-11-22 00:00:00 -04:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -43,13 +43,13 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - "="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
hash: -
|
46
|
+
hash: -1637108442
|
47
47
|
segments:
|
48
48
|
- 1
|
49
49
|
- 3
|
50
50
|
- 0
|
51
|
-
-
|
52
|
-
version: 1.3.0.
|
51
|
+
- pre20
|
52
|
+
version: 1.3.0.pre20
|
53
53
|
type: :runtime
|
54
54
|
version_requirements: *id002
|
55
55
|
- !ruby/object:Gem::Dependency
|