nrispring 2.1.1

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.
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nrispring
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Jon Leighton
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bump
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: activesupport
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: Preloads your application so things like console, rake and tests run
56
+ faster
57
+ email:
58
+ - j@jonathanleighton.com
59
+ executables:
60
+ - spring
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - LICENSE.txt
65
+ - README.md
66
+ - bin/spring
67
+ - lib/spring/application.rb
68
+ - lib/spring/application/boot.rb
69
+ - lib/spring/application_manager.rb
70
+ - lib/spring/binstub.rb
71
+ - lib/spring/boot.rb
72
+ - lib/spring/client.rb
73
+ - lib/spring/client/binstub.rb
74
+ - lib/spring/client/command.rb
75
+ - lib/spring/client/help.rb
76
+ - lib/spring/client/rails.rb
77
+ - lib/spring/client/run.rb
78
+ - lib/spring/client/server.rb
79
+ - lib/spring/client/status.rb
80
+ - lib/spring/client/stop.rb
81
+ - lib/spring/client/version.rb
82
+ - lib/spring/command_wrapper.rb
83
+ - lib/spring/commands.rb
84
+ - lib/spring/commands/rails.rb
85
+ - lib/spring/commands/rake.rb
86
+ - lib/spring/configuration.rb
87
+ - lib/spring/env.rb
88
+ - lib/spring/errors.rb
89
+ - lib/spring/failsafe_thread.rb
90
+ - lib/spring/json.rb
91
+ - lib/spring/process_title_updater.rb
92
+ - lib/spring/server.rb
93
+ - lib/spring/sid.rb
94
+ - lib/spring/version.rb
95
+ - lib/spring/watcher.rb
96
+ - lib/spring/watcher/abstract.rb
97
+ - lib/spring/watcher/polling.rb
98
+ homepage: https://github.com/rails/spring
99
+ licenses:
100
+ - MIT
101
+ metadata: {}
102
+ post_install_message:
103
+ rdoc_options: []
104
+ require_paths:
105
+ - lib
106
+ required_ruby_version: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 2.4.0
111
+ required_rubygems_version: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ version: '0'
116
+ requirements: []
117
+ rubygems_version: 3.0.3
118
+ signing_key:
119
+ specification_version: 4
120
+ summary: Rails application preloader
121
+ test_files: []