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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7365cbca7567c96c67a9e2582a5872a9c2327b5a
4
- data.tar.gz: bbeaf5b0c97aab28edc837cb73eb362fa1c2cd8a
3
+ metadata.gz: b4a271940b64159f82a99080c18bb4e976bcffec
4
+ data.tar.gz: 590b430936084b820f9186bd3afea1f14811dfbf
5
5
  SHA512:
6
- metadata.gz: 682addac89a1ad18b87f6f0bc2c7f240e46b5a1c195e13cab7f9ac8ecf01cb5a9681a5bb774bd295b0bac96b52407273f7d5219e51d10a338a3cf0e543d56a28
7
- data.tar.gz: 20cc09f429cf5d0692ce3ee96cdf41682f6313d8b78483ef97a6a04d5c67d08b051b3ec653e0eb34fbe4d6ebf4975c8df25a5abfc4c4a54651ab628a323cc067
6
+ metadata.gz: 71917d9ac5490bba224564f9a7973b78cbce6e517a01cb54bd6c9af717aed8afe10dae2800294900573c906149874b295d4fb04d18ef06eed2514ec77fb602ea
7
+ data.tar.gz: 5b38dbf9441c636e855b3b6d0107ae06bc7e45558c5d4cb16266fc0e48db7ca58ff4adc75e3512ede5fbfd52bf50a6e848d6e3b879422847529af6baf0c59cf6
data/Gemfile CHANGED
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in conjuror.gemspec
4
4
  gemspec
5
+
6
+ gem 'coveralls', group: :test, require: false
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
+ [![Build Status](https://travis-ci.org/nikhgupta/conjuror.png?branch=develop)](https://travis-ci.org/nikhgupta/conjuror)
9
+ [![Coverage Status](https://coveralls.io/repos/nikhgupta/conjuror/badge.png)](https://coveralls.io/r/nikhgupta/conjuror)
10
+ [![Code Climate](https://codeclimate.com/github/nikhgupta/conjuror.png)](https://codeclimate.com/github/nikhgupta/conjuror)
11
+ [![Gem Version](https://badge.fury.io/rb/conjurer.png)](http://badge.fury.io/rb/conjurer)
12
+ [![Dependency Status](https://gemnasium.com/nikhgupta/conjuror.png)](https://gemnasium.com/nikhgupta/conjuror)
13
+
8
14
  ## Installation
9
15
 
10
16
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module Conjuror
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1,2 +1,5 @@
1
+ require 'coveralls'
2
+ Coveralls.wear!
3
+
1
4
  $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
2
5
  require 'conjuror'
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.2
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-07 00:00:00.000000000 Z
11
+ date: 2014-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler