conjuror 0.1.2 → 0.1.3
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
- data/Gemfile +2 -0
- data/README.md +6 -0
- data/lib/conjuror/version.rb +1 -1
- data/spec/spec_helper.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4a271940b64159f82a99080c18bb4e976bcffec
|
|
4
|
+
data.tar.gz: 590b430936084b820f9186bd3afea1f14811dfbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71917d9ac5490bba224564f9a7973b78cbce6e517a01cb54bd6c9af717aed8afe10dae2800294900573c906149874b295d4fb04d18ef06eed2514ec77fb602ea
|
|
7
|
+
data.tar.gz: 5b38dbf9441c636e855b3b6d0107ae06bc7e45558c5d4cb16266fc0e48db7ca58ff4adc75e3512ede5fbfd52bf50a6e848d6e3b879422847529af6baf0c59cf6
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -5,6 +5,12 @@ Easily conjure configuration settings for your standalone ruby applications.
|
|
|
5
5
|
user's home directory, and allow each project to have a unique and separate
|
|
6
6
|
configuration directory of itself.
|
|
7
7
|
|
|
8
|
+
[](https://travis-ci.org/nikhgupta/conjuror)
|
|
9
|
+
[](https://coveralls.io/r/nikhgupta/conjuror)
|
|
10
|
+
[](https://codeclimate.com/github/nikhgupta/conjuror)
|
|
11
|
+
[](http://badge.fury.io/rb/conjurer)
|
|
12
|
+
[](https://gemnasium.com/nikhgupta/conjuror)
|
|
13
|
+
|
|
8
14
|
## Installation
|
|
9
15
|
|
|
10
16
|
Add this line to your application's Gemfile:
|
data/lib/conjuror/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: conjuror
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikhil Gupta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|