File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Spring
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/rails/spring.svg?branch=master )] ( https://travis-ci.org/rails/spring )
4
- [ ![ Gem Version] ( https://badge.fury.io/rb/spring.svg )] ( http ://badge.fury.io/rb/spring)
4
+ [ ![ Gem Version] ( https://badge.fury.io/rb/spring.svg )] ( https ://badge.fury.io/rb/spring)
5
5
6
6
Spring is a Rails application preloader. It speeds up development by
7
7
keeping your application running in the background, so you don't need to
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ def self.dump(data)
49
49
require 'stringio'
50
50
51
51
# Some parts adapted from
52
- # http ://golang.org/src/pkg/json/decode.go and
53
- # http ://golang.org/src/pkg/utf8/utf8.go
52
+ # https ://golang.org/src/pkg/json/decode.go and
53
+ # https ://golang.org/src/pkg/utf8/utf8.go
54
54
module Spring
55
55
module OkJson
56
56
Upstream = '43'
You can’t perform that action at this time.
0 commit comments