spring 1.3.5 → 1.3.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7e6b0b8ff90fe818433addc0bfca984e06118ec
4
- data.tar.gz: 7ba704600519c3a48920bb584583d645ff48e8d9
3
+ metadata.gz: 53e40e388796f0694f931b786ba678246e64bb51
4
+ data.tar.gz: fce7e7274cf3155517ca3f11411fb7f90d3ce1a6
5
5
  SHA512:
6
- metadata.gz: 04b1590a1a0deb1d1959ca502a773415888102868f618f6193dc87c0f8feaed0013475d6058e889d173bbfef4740daeb0e50bbce434c3ba36b16cd7aba11fb3b
7
- data.tar.gz: 914d091411e04faf4fa0ffdaba9d517f081c7e7d2a5afcab16979a13dcee4c73d769f4158e24b0e1497cf10ed4050dbc513cef07539e1daeb396f1bf20906e7a
6
+ metadata.gz: ea9be374bc7b1dec0ada6cb6aec41990fb872e96272c0536562a1c884fdc93016bd3d3b2abed67d0bcd36af739419bd2332f2add3699d3944a5a8f6f2cb9e763
7
+ data.tar.gz: f9f8ca0814f602e7ce30f05ee39e8c6d7313e38e1302c55d28ce30c10269974da5ca214709d4ec5c61df67053117aba92c066956c8c79bc92720363b61f0c1f4
data/README.md CHANGED
@@ -17,7 +17,7 @@ boot it every time you run a test, rake task or migration.
17
17
  ## Compatibility
18
18
 
19
19
  * Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
20
- * Rails versions: 3.2, 4.0 (in Rails 4.1 and up Spring is included by default)
20
+ * Rails versions: 4.0+ (in Rails 4.1 and up Spring is included by default)
21
21
 
22
22
  Spring makes extensive use of `Process.fork`, so won't be able to
23
23
  provide a speed up on platforms which don't support forking (Windows, JRuby).
@@ -67,7 +67,7 @@ Rails directory.
67
67
  ### Usage
68
68
 
69
69
  For this walkthrough I've generated a new Rails application, and run
70
- `rails generate scaffold posts name:string`.
70
+ `rails generate scaffold post name:string`.
71
71
 
72
72
  Let's run a test:
73
73
 
@@ -68,8 +68,7 @@ module Spring
68
68
  pid = Process.spawn(
69
69
  gem_env,
70
70
  "ruby",
71
- "-r", "spring/server",
72
- "-e", "Spring::Server.boot"
71
+ "-e", "gem 'spring', '#{Spring::VERSION}'; require 'spring/server'; Spring::Server.boot"
73
72
  )
74
73
 
75
74
  until env.socket_path.exist?
@@ -1,3 +1,3 @@
1
1
  module Spring
2
- VERSION = "1.3.5"
2
+ VERSION = "1.3.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Leighton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-29 00:00:00.000000000 Z
11
+ date: 2015-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -109,3 +109,4 @@ signing_key:
109
109
  specification_version: 4
110
110
  summary: Rails application preloader
111
111
  test_files: []
112
+ has_rdoc: