omnifocus-github 1.7.0 → 1.7.1

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: 53da4ddd325d19660bc5106a8cc2c56d3173735b
4
- data.tar.gz: f6bbccd1c268b17f334bc8471c55a389bc6babcc
3
+ metadata.gz: 52baa67e96b712175d094f53d23996d9633fa9b1
4
+ data.tar.gz: 2f02a15c089c2937310b783091d3f22c5021cfa5
5
5
  SHA512:
6
- metadata.gz: 1014ce60fa13712e67cc760dfabac830f7ded71f9c9b968c8c77f7ffe2d0316c3c811542f6444b285922b73f6d1e8e9456ec0db8bf3fb18097abeca9501e527e
7
- data.tar.gz: 3ae409871b35b0cda3047b5cc77d270bfd88fcd4c67fd472db6515b052a00892c5f068bf54cf6f88886fed32d0e31dbc9211dfab4015ac36d0d1a45900768be7
6
+ metadata.gz: 55b315467c6ccbad33eba6f92ee81ea27dc35c96627aa1c708b9acc8c008183e4a92c1533808e1ffee09187f3d4f56cd3757e8029cb39f1584a4161fc60213d0
7
+ data.tar.gz: 3eb0986a2d9fe63e2d738ac6693cb67973f0d4ae576a57a6e47bcda6a32a0060932ac4635fd05af45b0c2df8bc313910545d5afebc2b6884f565997f4dadd721
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.7.1 / 2014-01-22
2
+
3
+ * 1 bug fix:
4
+
5
+ * Turn off warnings when loading octokit to avoid horrible wall of warnings.
6
+
1
7
  === 1.7.0 / 2013-12-05
2
8
 
3
9
  * 3 minor enhancements:
@@ -1,9 +1,11 @@
1
+ old_w, $-w = $-w, nil # don't you just hate sloppy developers?
1
2
  require 'octokit'
3
+ $-w = old_w
2
4
 
3
5
  Octokit.auto_paginate = true
4
6
 
5
7
  module OmniFocus::Github
6
- VERSION = "1.7.0"
8
+ VERSION = "1.7.1"
7
9
  PREFIX = "GH"
8
10
 
9
11
  def populate_github_tasks
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -30,7 +30,7 @@ cert_chain:
30
30
  Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
31
31
  xx3n58i0lQkBE1EpKE0lFu/y
32
32
  -----END CERTIFICATE-----
33
- date: 2013-12-05 00:00:00.000000000 Z
33
+ date: 2014-01-22 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: omnifocus
@@ -66,14 +66,14 @@ dependencies:
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: '5.0'
69
+ version: '5.2'
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ~>
75
75
  - !ruby/object:Gem::Version
76
- version: '5.0'
76
+ version: '5.2'
77
77
  - !ruby/object:Gem::Dependency
78
78
  name: rdoc
79
79
  requirement: !ruby/object:Gem::Requirement
@@ -94,14 +94,14 @@ dependencies:
94
94
  requirements:
95
95
  - - ~>
96
96
  - !ruby/object:Gem::Version
97
- version: '3.7'
97
+ version: '3.8'
98
98
  type: :development
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - ~>
103
103
  - !ruby/object:Gem::Version
104
- version: '3.7'
104
+ version: '3.8'
105
105
  description: "Plugin for omnifocus gem to provide github BTS synchronization.\n\nSupport
106
106
  for Github Enterprise:\n\nIn your git config, set the key omnifocus-github.accounts
107
107
  to a space\nseparated list of github accounts. \n\n git config --global omnifocus-github.accounts
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  requirements: []
155
155
  rubyforge_project: omnifocus-github
156
- rubygems_version: 2.1.10
156
+ rubygems_version: 2.2.1
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Plugin for omnifocus gem to provide github BTS synchronization
metadata.gz.sig CHANGED
Binary file