File: metadata.yml

package info (click to toggle)
ruby-spring 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 429
  • sloc: ruby: 2,762; makefile: 6
file content (131 lines) | stat: -rw-r--r-- 3,144 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
--- !ruby/object:Gem::Specification
name: spring
version: !ruby/object:Gem::Version
  version: 1.1.3
platform: ruby
authors:
- Jon Leighton
autorequire: 
bindir: bin
cert_chain: []
date: 2014-05-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: activesupport
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Rails application preloader
email:
- j@jonathanleighton.com
executables:
- spring
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".travis.yml"
- CHANGELOG.md
- CONTRIBUTING.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- bin/spring
- lib/spring/application.rb
- lib/spring/application/boot.rb
- lib/spring/application_manager.rb
- lib/spring/binstub.rb
- lib/spring/boot.rb
- lib/spring/client.rb
- lib/spring/client/binstub.rb
- lib/spring/client/command.rb
- lib/spring/client/help.rb
- lib/spring/client/rails.rb
- lib/spring/client/run.rb
- lib/spring/client/status.rb
- lib/spring/client/stop.rb
- lib/spring/client/version.rb
- lib/spring/command_wrapper.rb
- lib/spring/commands.rb
- lib/spring/commands/rails.rb
- lib/spring/commands/rake.rb
- lib/spring/configuration.rb
- lib/spring/env.rb
- lib/spring/errors.rb
- lib/spring/json.rb
- lib/spring/process_title_updater.rb
- lib/spring/server.rb
- lib/spring/sid.rb
- lib/spring/version.rb
- lib/spring/watcher.rb
- lib/spring/watcher/abstract.rb
- lib/spring/watcher/listen.rb
- lib/spring/watcher/polling.rb
- spring.gemspec
- test/acceptance/app_test.rb
- test/acceptance/helper.rb
- test/apps/.gitignore
- test/helper.rb
- test/unit/client/help_test.rb
- test/unit/client/version_test.rb
- test/unit/commands_test.rb
- test/unit/process_title_updater_test.rb
- test/unit/watcher_test.rb
homepage: http://github.com/rails/spring
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Rails application preloader
test_files:
- test/acceptance/app_test.rb
- test/acceptance/helper.rb
- test/apps/.gitignore
- test/helper.rb
- test/unit/client/help_test.rb
- test/unit/client/version_test.rb
- test/unit/commands_test.rb
- test/unit/process_title_updater_test.rb
- test/unit/watcher_test.rb