oop_rails_server 0.0.10 → 0.0.11
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 +4 -4
- data/CHANGES.md +5 -0
- data/lib/oop_rails_server/rails_server.rb +1 -1
- data/lib/oop_rails_server/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5efc04e1524d7817cd6199a48cc343b9282a49d1
|
|
4
|
+
data.tar.gz: 57deb64381f3d70a18b9864b0ca40def8972ad59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c5f65df9dbc007b2431e4a5ac3175650ca46232baf93c33820f39e321e2ee268c6e08f62b0b9f77dde947d1768808cf13e9fcc46614fba08ef3ee24cf078ac8
|
|
7
|
+
data.tar.gz: 40ecaeba3c9683b7fc55f9b2bbbb4caa7efb1abda0bd273fa4bf22150c77390396e83e2b159488000a810ad04aa59217603e730161e6fda306d0932c9081e3b2
|
data/CHANGES.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# `oop_rails_server` Releases
|
|
2
2
|
|
|
3
|
+
## 0.0.11, 4 October 2015
|
|
4
|
+
|
|
5
|
+
* Bump up the timeout we use for verifying that the server has started up properly. Travis CI with JRuby sometimes
|
|
6
|
+
seems to take longer than this.
|
|
7
|
+
|
|
3
8
|
## 0.0.10, 4 October 2015
|
|
4
9
|
|
|
5
10
|
* Further tweaks to the regexp we use to detect "need remote access" error -- it seems as if JRuby sometimes
|