zillabyte 0.1.34 → 0.1.35

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDY2NmRhZjc4MjhmNTgxZmYzYmUxN2YwN2E2MDc1MjEyZDliNGQ0YQ==
4
+ OTc4ODZiYTkyYzg3NjAxYmUzZWRiOWFhMTRiNzY2ODBjOWI0MWFmOA==
5
5
  data.tar.gz: !binary |-
6
- N2UxOTdkMjNjN2VhYTgxZWMyMTRlZGJiOTU4MTk3ZjA4N2QwZDMxNw==
6
+ YjFlNjc0ZDJmYTI0ZGQxOGJhM2M4ZjljOGY5NjU4Y2U3ZTM5MDA2Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTYyZWY3ZmNjM2RiN2U2Y2ZlM2QwMzk5NDJiYTNmNzMxNzFiY2QzNzJmOTFi
10
- OTI2ZDE1ZDljOTFhOWYwYTJlYjFlODAxOGMxYWMzODAyODU3OThlMDczOTBk
11
- M2RjYWFhZTFlN2I2M2JjOWJiMDViNjM4ZTFlYzcxZjRkYjlhNmY=
9
+ NjZhNWIwY2E1NWNlMWI1OTcyOGYwMzJlY2U1ZjFhZmMzZWIwODc4Y2MwZThl
10
+ M2YxYjU3NDRlNjJjODJmMzNhM2MzM2U4ODUyZWM0OTk2YTdhNTdmOTIzOWM2
11
+ Mjk5OTE3YzM1YmUzZmE3NWE5MzZmZDI3ZTFjMTJlYjI0ZDNiYmI=
12
12
  data.tar.gz: !binary |-
13
- MGUzYjc5NzJmM2JjOWRiY2EzNzk4NGY1YjYwOWMzNjZmNTBiNzkxODc2MTg1
14
- ZGQwMzE1ZTEzOTE3MDFmMTRiMjNhODhlNmZiODc2NWI3ZDRlZmZjNDU0MDNi
15
- YTQzNDc5OGE1ZmJiNzAxZWU2NzIzZWI3OGI4NDk2ZWQxYTE5ZjA=
13
+ N2M4Y2EwYzk1MWY5NjZiNjAwZTI3NjQ5M2JiMGRjZmNhYTk2YTIwYzYyODA3
14
+ N2U5NDIxYmE2ZDY1NmQwYTQwNjU3NzZhMmQ0MWEzODQwNDc4NDE0ZmYwMTY3
15
+ MGQyNzk2ZWUxZGE4NmEyMGU3MDEzNjliZDJlZDdkODg0ZDljMDY=
@@ -63,6 +63,10 @@ class Zillabyte::Harness::Helper
63
63
  msg = "#{ee}The \"name\" \"#{name}\" was previously defined in a #{names[name]}!"
64
64
  Zillabyte::Harness::Helper.print_error(msg)
65
65
  end
66
+ if(!(name[0] =~ /^[0-9]$/).nil?)
67
+ msg = "#{ee}The \"name\" \"#{name}\" cannot begin with a number."
68
+ Zillabyte::Harness::Helper.print_error(msg)
69
+ end
66
70
  names[name] = operation
67
71
 
68
72
  end
@@ -1,3 +1,3 @@
1
1
  module Zillabyte
2
- VERSION = "0.1.34" unless defined?(VERSION)
2
+ VERSION = "0.1.35" unless defined?(VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zillabyte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - zillabyte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-20 00:00:00.000000000 Z
11
+ date: 2014-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: 0.1.34
47
+ version: 0.1.35
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 0.1.34
54
+ version: 0.1.35
55
55
  description: The Official Zillabyte Gem
56
56
  email:
57
57
  - gem@zillabyte.com