cant_wait 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44cdbe394eedf5931605f6af0e2e8821cbd4ffc1
4
- data.tar.gz: a6819104edf356b00592bb9666c4c3e0787e75b5
3
+ metadata.gz: 8bda59da4c3cdd964ed531983cf85d846e554cdf
4
+ data.tar.gz: a9287086e8735617457131497f739ba08abbacb3
5
5
  SHA512:
6
- metadata.gz: 52603bec0c9071b0bc0e59f8e68c138197a7a110f54ea586f2fdcceed26f0228e70ceb7b86edfc5d7bb7edf438829ccfbfd00dde3a34a31aca9aad01e3d5e6f0
7
- data.tar.gz: 53376e31d02ecd2b52a128b85bc818d7966bf15e83c2d3089f0932a3a06ec22689e172944f8a528ad8c41eddb7339961b745dd75b680bed24c20bbfc3413e5e7
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.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 Change Log](https://github.com/CarlosCD/cant_wait/blob/master/CHANGELOG.md)
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
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module CantWait
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cant_wait
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos A. Carro Duplá
metadata.gz.sig CHANGED
Binary file