thrifty 0.0.7 → 0.0.8

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.
@@ -38,12 +38,12 @@ class Thrifty::ThriftFile
38
38
  # successfully do so.
39
39
 
40
40
  super('thrift')
41
+ log.debug('Requiring', file: generated_file, idl: path, build_directory: build_directory)
41
42
 
42
43
  orig_load_path = $:.dup
43
44
 
44
45
  begin
45
46
  $:[0..-1] = @manager.require_path + [DUMMY_DIRECTORY]
46
- log.debug('Requiring', file: generated_file, idl: path, build_directory: build_directory)
47
47
  # Global require
48
48
  super(generated_file)
49
49
  ensure
@@ -1,3 +1,3 @@
1
1
  module Thrifty
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thrifty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-09 00:00:00.000000000 Z
12
+ date: 2014-05-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -201,7 +201,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  segments:
203
203
  - 0
204
- hash: -1190381280949019564
204
+ hash: 2394395866571625029
205
205
  required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  none: false
207
207
  requirements:
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  segments:
212
212
  - 0
213
- hash: -1190381280949019564
213
+ hash: 2394395866571625029
214
214
  requirements: []
215
215
  rubyforge_project:
216
216
  rubygems_version: 1.8.23