honor_codes 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,8 +43,8 @@ module HonorCodes
43
43
  end
44
44
 
45
45
  def interpret
46
- license = Pathname.new license_path
47
- YAML.load Base64.decode64(license.read)
46
+ license = File.read license_path
47
+ YAML.load Base64.decode64(license)
48
48
  end
49
49
  end
50
50
 
@@ -1,7 +1,7 @@
1
1
  module HonorCodes
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- PATCH = 0
4
+ PATCH = 1
5
5
 
6
6
  VERSION = [MAJOR, MINOR, PATCH].join('.')
7
7
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: honor_codes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Robbie Gill
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-30 00:00:00.000000000 Z
12
+ date: 2014-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor