hexx-domains 0.0.2 → 0.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de03c427915681ae517e3d2ac4838e32fe048471
|
4
|
+
data.tar.gz: 90b751b935c5da090ac3b05e3f37ea76181988e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4da8c593c7d5b6696bbcbdbcc2850b2dfb12c4bfb7ae58c2b49268dc8b780d27538c382a18986aabc149feb266b810fa87519bb9b051539d4f60686d61be50e
|
7
|
+
data.tar.gz: 933c773d53f99e591fec35933532572088d88365cfd4c84ecbba438c27077bd30f3a0a01d4760d1f3cd25cb5648e0bd38d44cabd83fad169e0ded3116bf43035
|
@@ -15,7 +15,12 @@
|
|
15
15
|
[travis]: https://travis-ci.org/<%= user %>/<%= project.file %>
|
16
16
|
[inch]: https://inch-ci.org/github/<%= user %>/<%= project.file %>
|
17
17
|
|
18
|
-
@todo
|
18
|
+
@todo: describe the module
|
19
|
+
|
20
|
+
Synopsis
|
21
|
+
--------
|
22
|
+
|
23
|
+
@todo Describe the base use
|
19
24
|
|
20
25
|
Installation
|
21
26
|
------------
|
@@ -39,24 +44,15 @@ Or add it manually:
|
|
39
44
|
gem install <%= project.file %>
|
40
45
|
```
|
41
46
|
|
42
|
-
Usage
|
43
|
-
-----
|
44
|
-
|
45
|
-
@todo Describe howto use the module
|
46
|
-
|
47
47
|
Compatibility
|
48
48
|
-------------
|
49
49
|
|
50
|
-
Tested under rubies compatible to
|
51
|
-
|
52
|
-
* MRI <%= ruby %>+
|
53
|
-
* Rubinius (mode <%= ruby %>+)
|
54
|
-
* JRuby (mode <%= ruby %>+)
|
50
|
+
Tested under rubies [compatible to MRI <%= ruby %>+](.travis.yml).
|
55
51
|
|
56
52
|
Uses [RSpec] 3.0+ for testing and [hexx-suit] for dev/test tools collection.
|
57
53
|
|
58
|
-
[RSpec]: http://rspec.
|
59
|
-
[hexx-suit]:
|
54
|
+
[RSpec]: http://rspec.org
|
55
|
+
[hexx-suit]: https://github.com/nepalez/hexx-suit
|
60
56
|
|
61
57
|
Contributing
|
62
58
|
------------
|
data/lib/hexx/domains/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
+
require "hexx-rspec"
|
2
3
|
|
3
|
-
|
4
|
-
|
5
|
-
Hexx::Suit.load_metrics_for(self)
|
6
|
-
rescue LoadError
|
7
|
-
require "hexx-rspec"
|
8
|
-
Hexx::RSpec.load_metrics_for(self)
|
9
|
-
end
|
4
|
+
# Loads runtime metrics
|
5
|
+
Hexx::RSpec.load_metrics_for(self)
|
10
6
|
|
11
7
|
# Loads the code under test
|
12
8
|
require "hexx-domains"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hexx-domains
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Kozin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hexx-cli
|