cant_wait 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.markdown +7 -0
- data/README.markdown +2 -2
- data/lib/cant_wait/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bda59da4c3cdd964ed531983cf85d846e554cdf
|
|
4
|
+
data.tar.gz: a9287086e8735617457131497f739ba08abbacb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 516b287ada330b5e85482b5a57cd0559126d9fb7894e968776e2a7ab1713454a739687cee06f68fd3b12870e7e31aabbe8facb16f672ec8e3d42411099da4a79
|
|
7
|
+
data.tar.gz: 6c8cdf17f61d09c20dc0997a4847d17f8f0381f9ba6b9b2618db7f551559cae4c27e5f9a80dbe8f2812417c40280d191f9cdf564860367a3b3fa84cc70dfb939
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.markdown
CHANGED
|
@@ -58,3 +58,10 @@ Development:
|
|
|
58
58
|
- Tests for Rails 3.2.15 and 4.0.1
|
|
59
59
|
- Set up of the default rake test to run all the tests, without preparing the data (equivalent to <tt>rake test:run</tt>)
|
|
60
60
|
- Changes in Travis-CI configuration, discontinuing support for Rubinius, while bugs in its interpreter get sorted out.
|
|
61
|
+
|
|
62
|
+
1.0.1 (November 21, 2013)
|
|
63
|
+
=========================
|
|
64
|
+
|
|
65
|
+
Documentation:
|
|
66
|
+
|
|
67
|
+
- Tiny documentation change.
|
data/README.markdown
CHANGED
|
@@ -32,7 +32,7 @@ If any SQL statement takes more time than the timeout value (measured in millise
|
|
|
32
32
|
|
|
33
33
|
Add this line to your application's Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'cant_wait', '~> 1.0.
|
|
35
|
+
gem 'cant_wait', '~> 1.0.1'
|
|
36
36
|
|
|
37
37
|
And then execute:
|
|
38
38
|
|
|
@@ -87,7 +87,7 @@ If you find any problem, please feel free to open an issue at the gem's reposito
|
|
|
87
87
|
|
|
88
88
|
These files could be of particular interest:
|
|
89
89
|
|
|
90
|
-
+ [The
|
|
90
|
+
+ [The change log](https://github.com/CarlosCD/cant_wait/blob/master/CHANGELOG.markdown)
|
|
91
91
|
+ [Test setup details](https://github.com/CarlosCD/cant_wait/blob/master/test/README.markdown)
|
|
92
92
|
+ [Gem signature verification](https://github.com/CarlosCD/cant_wait/blob/master/cert/README.markdown)
|
|
93
93
|
|
data/lib/cant_wait/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|