githabit 0.4.1 → 0.4.2

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: 5a007cab852780d02fbb4575f3d2c9b2ab1e217b
4
- data.tar.gz: 7674135171f27af23ffa36abd09919dc6894f9b0
3
+ metadata.gz: a358f4a6bd5977fbf808d4de6a11730ea0f382f1
4
+ data.tar.gz: 75fcdab0964c68d079b940ad9d88a98dc1b9ec1e
5
5
  SHA512:
6
- metadata.gz: 27089e57b61c908030cbbe961dd42b9a096800f244a4a672cdef6523fe80e72d9d4b12f9dd1b7351479a9dd42c77c8738d6e05e025abda0793497e1e927604f0
7
- data.tar.gz: 12ffbafc172382f5fe10fba50eede95eb935d91291653f4447286a7e14252312a1a6648276e26d7b0269cfd110e6cf035fea3d0dd4663f49b80a5b2887a05f0c
6
+ metadata.gz: 0300123f160bc372d6ee183287aaadd39127a624c759f8545f8ab4986ccc765a56f822e8cf2de766bf9bd5c6281fccf2082ff2472730e870b6fe6ee1862213ef
7
+ data.tar.gz: 4ca1256b46ed84b755c789f75f9607fc1adbd2119d144c2f74949384aa8ee37f61af7bb5cc8468cf92ae9834d8603a99c7c17b3c21c639d6efdb5d2b69fbbf0b
data/githabit.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Morgan Kesler"]
10
10
  spec.email = ["keslerm@dasbiersec.com"]
11
11
 
12
- spec.summary = "Automatically awards for tasks in HabitRPG based on github events."
13
- spec.description = "Gamify your github work on GithabitRPG. This gem will automatically award those tasks for these events."
12
+ spec.summary = "Automatically awards for tasks in Habitica based on github events."
13
+ spec.description = "Gamify your github work on Habitica. This gem will automatically award those tasks for these events."
14
14
  spec.homepage = "https://github.com/keslerm/githabit"
15
15
  spec.license = "MIT"
16
16
 
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.add_dependency "bundler", "~> 1.8"
23
- spec.add_dependency "rake", "~> 10.0"
22
+ spec.add_development_dependency "bundler", "~> 1.8"
23
+ spec.add_development_dependency "rake", "~> 10.0"
24
24
  spec.add_dependency "rest-client", "~> 1.8"
25
25
  spec.add_dependency "github_api", "~> 0.12.3"
26
26
  spec.add_dependency "habitrpg_api", "~> 0.0.1"
@@ -1,3 +1,3 @@
1
1
  module Githabit
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: githabit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Morgan Kesler
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.8'
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
- type: :runtime
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.0.1
83
- description: Gamify your github work on GithabitRPG. This gem will automatically award
83
+ description: Gamify your github work on Habitica. This gem will automatically award
84
84
  those tasks for these events.
85
85
  email:
86
86
  - keslerm@dasbiersec.com
@@ -132,5 +132,5 @@ rubyforge_project:
132
132
  rubygems_version: 2.4.8
133
133
  signing_key:
134
134
  specification_version: 4
135
- summary: Automatically awards for tasks in HabitRPG based on github events.
135
+ summary: Automatically awards for tasks in Habitica based on github events.
136
136
  test_files: []