remarkable 3.0.5 → 3.0.6
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.
- data/CHANGELOG +15 -1
- data/lib/remarkable/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
* Added namespace lookup to optionals and expectations. For example, in ActiveRecord
|
|
2
|
+
several matchers have :allow_nil and :allow_blank as options. So you can store
|
|
3
|
+
the translation at:
|
|
4
|
+
|
|
5
|
+
remarkable:
|
|
6
|
+
activerecord:
|
|
7
|
+
optionals:
|
|
8
|
+
allow_nil:
|
|
9
|
+
# ...
|
|
10
|
+
allow_blank:
|
|
11
|
+
# ...
|
|
12
|
+
|
|
13
|
+
* Added a repository to hold I18n files
|
|
14
|
+
|
|
15
|
+
# v3.0
|
|
2
16
|
|
|
3
17
|
* Added Remarkable::Matchers. Now you can include your Remarkable matchers and
|
|
4
18
|
macros in test unit as well.
|
data/lib/remarkable/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remarkable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Brando
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-04-
|
|
13
|
+
date: 2009-04-22 00:00:00 +02:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|