File: metadata.yml

package info (click to toggle)
ruby-beautify 0.92.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 232 kB
  • ctags: 88
  • sloc: ruby: 1,001; makefile: 4
file content (96 lines) | stat: -rw-r--r-- 2,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
--- !ruby/object:Gem::Specification
name: ruby-beautify
version: !ruby/object:Gem::Version
  version: 0.92.2
  prerelease: 
platform: ruby
authors:
- Ernie Brodeur
- Craig Williams
- Joel Chippindale
- Paul Lutus
autorequire: 
bindir: bin
cert_chain: []
date: 2012-07-20 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: a cli tool (and module) to beautify ruby code.
email: ebrodeur@ujami.net
executables:
- rbeautify
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- LICENSE
- README.md
- RELEASE.md
- Rakefile
- bin/rbeautify
- lib/beautifier.rb
- lib/ruby-beautify.rb
- lib/ruby-beautify/block_end.rb
- lib/ruby-beautify/block_matcher.rb
- lib/ruby-beautify/block_start.rb
- lib/ruby-beautify/config/ruby.rb
- lib/ruby-beautify/language.rb
- lib/ruby-beautify/line.rb
- lib/ruby-beautify/version.rb
- ruby-beautify.gemspec
- spec/fixtures/ruby.yml
- spec/rbeautify/block_matcher_spec.rb
- spec/rbeautify/block_start_spec.rb
- spec/rbeautify/config/ruby_spec.rb
- spec/rbeautify/line_spec.rb
- spec/rbeautify_spec.rb
- spec/spec_helper.rb
homepage: https://github.com/erniebrodeur/ruby-beautify
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.21
signing_key: 
specification_version: 3
summary: a cli tool (and module) to beautify ruby code.
test_files:
- spec/fixtures/ruby.yml
- spec/rbeautify/block_matcher_spec.rb
- spec/rbeautify/block_start_spec.rb
- spec/rbeautify/config/ruby_spec.rb
- spec/rbeautify/line_spec.rb
- spec/rbeautify_spec.rb
- spec/spec_helper.rb
has_rdoc: