groovenauts-thor 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ class Thor
2
+ VERSION = "0.19.1"
3
+ end
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: groovenauts-thor
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.19.1
5
+ platform: ruby
6
+ authors:
7
+ - Takeshi Akima
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Thor is a toolkit for building powerful command-line interfaces.
28
+ email: t-akima@groovenauts.jp
29
+ executables:
30
+ - groovenauts-thor
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".document"
35
+ - CHANGELOG.md
36
+ - LICENSE.md
37
+ - README.md
38
+ - bin/groovenauts-thor
39
+ - groovenauts-thor.gemspec
40
+ - lib/thor.rb
41
+ - lib/thor/actions.rb
42
+ - lib/thor/actions/create_file.rb
43
+ - lib/thor/actions/create_link.rb
44
+ - lib/thor/actions/directory.rb
45
+ - lib/thor/actions/empty_directory.rb
46
+ - lib/thor/actions/file_manipulation.rb
47
+ - lib/thor/actions/inject_into_file.rb
48
+ - lib/thor/base.rb
49
+ - lib/thor/command.rb
50
+ - lib/thor/core_ext/hash_with_indifferent_access.rb
51
+ - lib/thor/core_ext/io_binary_read.rb
52
+ - lib/thor/core_ext/ordered_hash.rb
53
+ - lib/thor/error.rb
54
+ - lib/thor/group.rb
55
+ - lib/thor/invocation.rb
56
+ - lib/thor/line_editor.rb
57
+ - lib/thor/line_editor/basic.rb
58
+ - lib/thor/line_editor/readline.rb
59
+ - lib/thor/parser.rb
60
+ - lib/thor/parser/argument.rb
61
+ - lib/thor/parser/arguments.rb
62
+ - lib/thor/parser/option.rb
63
+ - lib/thor/parser/options.rb
64
+ - lib/thor/rake_compat.rb
65
+ - lib/thor/runner.rb
66
+ - lib/thor/shell.rb
67
+ - lib/thor/shell/basic.rb
68
+ - lib/thor/shell/color.rb
69
+ - lib/thor/shell/html.rb
70
+ - lib/thor/util.rb
71
+ - lib/thor/version.rb
72
+ homepage: https://github.com/groovenauts/thor
73
+ licenses:
74
+ - MIT
75
+ metadata: {}
76
+ post_install_message:
77
+ rdoc_options: []
78
+ require_paths:
79
+ - lib
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ required_rubygems_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 1.3.5
90
+ requirements: []
91
+ rubyforge_project:
92
+ rubygems_version: 2.2.2
93
+ signing_key:
94
+ specification_version: 4
95
+ summary: Thor is a toolkit for building powerful command-line interfaces.
96
+ test_files: []