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 +4 -4
- data/githabit.gemspec +4 -4
- data/lib/githabit/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a358f4a6bd5977fbf808d4de6a11730ea0f382f1
|
|
4
|
+
data.tar.gz: 75fcdab0964c68d079b940ad9d88a98dc1b9ec1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
13
|
-
spec.description = "Gamify your github work on
|
|
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.
|
|
23
|
-
spec.
|
|
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"
|
data/lib/githabit/version.rb
CHANGED
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.
|
|
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: :
|
|
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: :
|
|
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
|
|
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
|
|
135
|
+
summary: Automatically awards for tasks in Habitica based on github events.
|
|
136
136
|
test_files: []
|