daksh 0.1.2 → 0.1.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: 0d0739109cc04192bf93747cee47ef244495aa67
4
- data.tar.gz: 500829d0adc86f8a005e97af396dc278146b3fcc
3
+ metadata.gz: 154b66a87702ce45f58b19198f874b7816efb3ea
4
+ data.tar.gz: 74ea96dbc6991c370ba7b2ba1b9395fc58a5a919
5
5
  SHA512:
6
- metadata.gz: 252d3e2cc108072be03d1ca84df4147b265894bc67248c6f5e24e44b62360e3f9875cff0af20bc81c1e098c2c5a3e5916edf079b42b92da1502f36ea53da586b
7
- data.tar.gz: 84acc43a3cde0498e7f44f00e5f37d8d45828642d120ebc8b80e8c61f3c51de29e8c0177898d9edbed39d1706947e4085b19a5039ef5da89f6385dc4b4c327e3
6
+ metadata.gz: d1169a5d05df395b4b05b6ce7d6e81e9646db728b9e5a7352e4d75cbebe36d7f900c62c9b77d50b676310fff6ae75801cef41c43d7afb51f015d7cfba1ae12cf
7
+ data.tar.gz: afc0bce76570de68325905c8174aea213c223c05fd4972e692bbdff88de5ac8e53a6dc5512dd19ac2e364e71305cfacad72906ae07d1e09b1e48eb97a81d5694
data/.gitignore CHANGED
@@ -7,6 +7,7 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
10
11
 
11
12
  # rspec failure tracking
12
13
  .rspec_status
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at sumitk4@chetu.com. All
58
+ reported by contacting the project team at sumit.daksh@gmail.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/daksh. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/sumitdaksh/daksh. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](http://
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the Daksh project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/daksh/blob/master/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the Daksh project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sumitdaksh/daksh/blob/master/CODE_OF_CONDUCT.md).
data/lib/daksh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Daksh
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daksh
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
  - Sumit Daksh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-06 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler