nash 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +11 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 850954373a9f175b8086a1ddd0c36f275d8dbdcf
4
+ data.tar.gz: 0acc9c8a597f0c0c4aa209942ac206e26441d9c2
5
+ SHA512:
6
+ metadata.gz: 119a54ac11bf5933108701316d0a39da2aa415370486fd04b2694edcf168a1a5629a7ddf9f7b758496c1715893cd04fdffbaf596943c094b605699b2b73fb4dd
7
+ data.tar.gz: 205d0d83a7ef7ab9e8d99c61530764beb9d9386d9f980b8c2c6d57270bcb0745b20f05e9c782a776dadb179646dc063cddf634b957c866148c137e4c2d14a006
metadata CHANGED
@@ -1,46 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 0.0.3
6
5
  platform: ruby
7
6
  authors:
8
- - Christopher Patuzzo
7
+ - Chris Patuzzo
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-04-04 00:00:00.000000000 Z
11
+ date: 2013-03-23 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Improves the error output if you get nil when expecting a hash
15
- email: chris.patuzzo@gmail.com
14
+ email: chris@patuzzo.co.uk
16
15
  executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
19
18
  files:
20
19
  - README.md
21
20
  - lib/nash.rb
22
- homepage: https://github.com/cpatuzzo/nash
21
+ homepage: https://github.com/tuzz/nash
23
22
  licenses: []
23
+ metadata: {}
24
24
  post_install_message:
25
25
  rdoc_options: []
26
26
  require_paths:
27
27
  - lib
28
28
  required_ruby_version: !ruby/object:Gem::Requirement
29
- none: false
30
29
  requirements:
31
- - - ! '>='
30
+ - - '>='
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
33
  required_rubygems_version: !ruby/object:Gem::Requirement
35
- none: false
36
34
  requirements:
37
- - - ! '>='
35
+ - - '>='
38
36
  - !ruby/object:Gem::Version
39
37
  version: '0'
40
38
  requirements: []
41
39
  rubyforge_project:
42
- rubygems_version: 1.8.15
40
+ rubygems_version: 2.0.0
43
41
  signing_key:
44
- specification_version: 3
45
- summary: Improves the error output if you get nil when expecting a hash
42
+ specification_version: 4
43
+ summary: Nash
46
44
  test_files: []