cutest-cj 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cutest.rb +2 -2
- data/lib/{database.rb → cutest/database.rb} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d08f45b9e558dde6ec839072b93f58f5ed29fb84
|
4
|
+
data.tar.gz: fc4edc999c4408f8e62d051c42dd8362b93619e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51e704634edf40673dcae803cc88474618cc692cbee517e083a6a1e250a72a74c36b7abd19acb34f0140265472b22ac3bc3b0325a64f4f293c8fe1fb4518f292
|
7
|
+
data.tar.gz: a5beaf0f1a6c1c7b7e9ff6c62a947652a59cb7e0440aa2cb0f9ee11e5e78b2d5fbe32132e1837dadd4e50e1935534141e372159b41b9e204e34f377009b1db12
|
data/lib/cutest.rb
CHANGED
@@ -4,10 +4,10 @@ require 'benchmark'
|
|
4
4
|
require 'ostruct'
|
5
5
|
|
6
6
|
class Cutest
|
7
|
-
autoload :Database, 'database'
|
7
|
+
autoload :Database, 'cutest/database'
|
8
8
|
|
9
9
|
unless defined?(VERSION)
|
10
|
-
VERSION = "1.5.
|
10
|
+
VERSION = "1.5.1"
|
11
11
|
FILTER = %r[/(ruby|jruby|rbx)[-/]([0-9\.])+]
|
12
12
|
CACHE = Hash.new { |h, k| h[k] = File.readlines(k) }
|
13
13
|
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cutest-cj
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Damian Janowski
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-07-
|
13
|
+
date: 2014-07-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: pry
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- bin/cutest
|
87
87
|
- cutest.gemspec
|
88
88
|
- lib/cutest.rb
|
89
|
-
- lib/database.rb
|
89
|
+
- lib/cutest/database.rb
|
90
90
|
- test/assert.rb
|
91
91
|
- test/assert_equal.rb
|
92
92
|
- test/assert_raise.rb
|