engineyard 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class Thor
2
- VERSION = "0.16.0"
2
+ VERSION = "0.18.1"
3
3
  end
@@ -1,26 +1,24 @@
1
- # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/thor/version', __FILE__)
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib/', __FILE__)
3
+ $:.unshift lib unless $:.include?(lib)
4
+ require 'thor/version'
3
5
 
4
- Gem::Specification.new do |s|
5
- s.add_development_dependency 'bundler', '~> 1.0'
6
- s.add_development_dependency 'fakeweb', '~> 1.3'
7
- s.add_development_dependency 'rake', '~> 0.9'
8
- s.add_development_dependency 'rdoc', '~> 3.9'
9
- s.add_development_dependency 'rspec', '~> 2.3'
10
- s.add_development_dependency 'simplecov', '~> 0.4'
11
- s.add_development_dependency 'childlabor'
12
- s.authors = ['Yehuda Katz', 'José Valim']
13
- s.description = %q{A scripting framework that replaces rake, sake and rubigen}
14
- s.email = 'ruby-thor@googlegroups.com'
15
- s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
16
- s.extra_rdoc_files = ['CHANGELOG.rdoc', 'LICENSE.md', 'README.md', 'Thorfile']
17
- s.files = `git ls-files`.split("\n")
18
- s.homepage = 'http://whatisthor.com/'
19
- s.name = 'thor'
20
- s.rdoc_options = ['--charset=UTF-8']
21
- s.require_paths = ['lib']
22
- s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
23
- s.summary = s.description
24
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
25
- s.version = Thor::VERSION
6
+ Gem::Specification.new do |spec|
7
+ spec.add_development_dependency 'bundler', '~> 1.0'
8
+ spec.authors = ['Yehuda Katz', 'José Valim']
9
+ spec.description = %q{A scripting framework that replaces rake, sake and rubigen}
10
+ spec.email = 'ruby-thor@googlegroups.com'
11
+ spec.executables = %w(thor)
12
+ spec.files = %w(.document CHANGELOG.md LICENSE.md README.md Thorfile thor.gemspec)
13
+ spec.files += Dir.glob("bin/**/*")
14
+ spec.files += Dir.glob("lib/**/*.rb")
15
+ spec.files += Dir.glob("spec/**/*")
16
+ spec.homepage = 'http://whatisthor.com/'
17
+ spec.licenses = ['MIT']
18
+ spec.name = 'thor'
19
+ spec.require_paths = ['lib']
20
+ spec.required_rubygems_version = '>= 1.3.6'
21
+ spec.summary = spec.description
22
+ spec.test_files = Dir.glob("spec/**/*")
23
+ spec.version = Thor::VERSION
26
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
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: 2013-05-30 00:00:00.000000000 Z
12
+ date: 2013-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - ~>
84
84
  - !ruby/object:Gem::Version
85
- version: 1.0.11
85
+ version: 1.0.12
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - ~>
92
92
  - !ruby/object:Gem::Version
93
- version: 1.0.11
93
+ version: 1.0.12
94
94
  - !ruby/object:Gem::Dependency
95
95
  name: net-ssh
96
96
  requirement: !ruby/object:Gem::Requirement
@@ -349,9 +349,9 @@ files:
349
349
  - lib/vendor/thor/lib/thor/actions/inject_into_file.rb
350
350
  - lib/vendor/thor/lib/thor/actions.rb
351
351
  - lib/vendor/thor/lib/thor/base.rb
352
- - lib/vendor/thor/lib/thor/core_ext/dir_escape.rb
353
- - lib/vendor/thor/lib/thor/core_ext/file_binary_read.rb
352
+ - lib/vendor/thor/lib/thor/command.rb
354
353
  - lib/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
354
+ - lib/vendor/thor/lib/thor/core_ext/io_binary_read.rb
355
355
  - lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb
356
356
  - lib/vendor/thor/lib/thor/error.rb
357
357
  - lib/vendor/thor/lib/thor/group.rb
@@ -367,7 +367,6 @@ files:
367
367
  - lib/vendor/thor/lib/thor/shell/color.rb
368
368
  - lib/vendor/thor/lib/thor/shell/html.rb
369
369
  - lib/vendor/thor/lib/thor/shell.rb
370
- - lib/vendor/thor/lib/thor/task.rb
371
370
  - lib/vendor/thor/lib/thor/util.rb
372
371
  - lib/vendor/thor/lib/thor/version.rb
373
372
  - lib/vendor/thor/lib/thor.rb
@@ -427,7 +426,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
427
426
  version: '0'
428
427
  segments:
429
428
  - 0
430
- hash: 1530179440623494929
429
+ hash: 4232735394062201752
431
430
  required_rubygems_version: !ruby/object:Gem::Requirement
432
431
  none: false
433
432
  requirements:
@@ -436,7 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
436
435
  version: '0'
437
436
  segments:
438
437
  - 0
439
- hash: 1530179440623494929
438
+ hash: 4232735394062201752
440
439
  requirements: []
441
440
  rubyforge_project:
442
441
  rubygems_version: 1.8.25
File without changes
@@ -1,9 +0,0 @@
1
- class File #:nodoc:
2
-
3
- unless File.respond_to?(:binread)
4
- def self.binread(file)
5
- File.open(file, 'rb') { |f| f.read }
6
- end
7
- end
8
-
9
- end