asir 1.1.7 → 1.1.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.
@@ -0,0 +1,13 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 1.9.2
5
+ - jruby-18mode
6
+ - jruby-19mode
7
+ - rbx-18mode
8
+ - rbx-19mode
9
+ - ruby-head
10
+ - jruby-head
11
+ - 1.8.7
12
+ - ree
13
+
@@ -5,6 +5,7 @@ h1. Abstracting Services in Ruby
5
5
  * Slides -- "http://kurtstephens.com/pub/abstracting_services_in_ruby/asir.slides/":http://kurtstephens.com/pub/abstracting_services_in_ruby/asir.slides/
6
6
  * Code -- "http://kurtstephens.com/pub/abstracting_services_in_ruby/":http://kurtstephens.com/pub/abstracting_services_in_ruby/
7
7
  * Git -- "http://github.com/kstephens/abstractiing_services_in_ruby":http://github.com/kstephens/abstractiing_services_in_ruby
8
+ * Status -- "!https://travis-ci.org/kstephens/abstracting_services_in_ruby.png!":https://travis-ci.org/kstephens/abstracting_services_in_ruby
8
9
 
9
10
  h2. Objectives
10
11
 
@@ -39,8 +39,11 @@ module ASIR
39
39
  end # module
40
40
 
41
41
  if defined? ::Psych
42
+ require 'psych/visitors'
42
43
  class Psych::Visitors::YAMLTree
43
- alias :binary_without_option? :binary?
44
+ private
45
+ # alias fails for some environments:
46
+ # alias :binary_without_option? :binary?
44
47
  def binary? string
45
48
  return false if @options[:never_binary]
46
49
  result =
@@ -1,3 +1,3 @@
1
1
  module ASIR
2
- VERSION = "1.1.7"
2
+ VERSION = "1.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.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: 2012-12-12 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: uuid
@@ -149,6 +149,7 @@ extra_rdoc_files:
149
149
  files:
150
150
  - .gitignore
151
151
  - .rspec
152
+ - .travis.yml
152
153
  - ChangeLog
153
154
  - Gemfile
154
155
  - README.textile
@@ -297,7 +298,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
298
  version: '0'
298
299
  segments:
299
300
  - 0
300
- hash: -3323359045445920418
301
+ hash: -3079512589042146949
301
302
  required_rubygems_version: !ruby/object:Gem::Requirement
302
303
  none: false
303
304
  requirements:
@@ -306,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
306
307
  version: '0'
307
308
  segments:
308
309
  - 0
309
- hash: -3323359045445920418
310
+ hash: -3079512589042146949
310
311
  requirements: []
311
312
  rubyforge_project:
312
313
  rubygems_version: 1.8.24