tachikoma 4.2.6 → 4.2.7

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: d14b81721227fd38687a4383e23c4ffd08c1cf83
4
- data.tar.gz: 1827828be31e74a8eec415eef34933484bac17c7
3
+ metadata.gz: c7f2c1ec6d8b2b5ff740a00ab3c4e07c0d5f0b08
4
+ data.tar.gz: da39faf23135bb98a864571aa64db6f610d0f122
5
5
  SHA512:
6
- metadata.gz: bee96b8a378fb6674c16a9eda7a9ec6722ed98afd1c79757fbc3eac92a69f36dfd8be4e99714e255a6997b49ffa7f69525d9b968612a5d43db7ccb15d4d0455f
7
- data.tar.gz: be14294de2094f9a6497d7fa7eacf5ca6508f4f7da3478f98b441319b18e4f3fafe09ceee0e1350df1c433d12ae6d5c49b18ebbe81c4daa70f9a41fea11e5dc6
6
+ metadata.gz: 3137f25b6540dab3d0e995b9344b62b663121d5602154c141629519a227846fbdfe49c21235f3d9327e81cb01779cd83cc78e9b9f2087e68465c96f03c5c6bda
7
+ data.tar.gz: 2c3f9d75cdc9b57c97d167485b281adc41f85dbe5e5b40259bb8956b32b5f59923f2abc6b0c3ab7b6c1bcdd8e5e2e9d2fd26cee931ac84070bebcfdb235e5d91
File without changes
data/.gitignore CHANGED
File without changes
data/.hound.yml CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
File without changes
@@ -1,9 +1,11 @@
1
1
  language: ruby
2
+ sudo: false
2
3
  rvm:
3
4
  - 1.9
4
- - 2.0
5
- - 2.1
6
- - 2.2
5
+ - 2.0.0
6
+ - 2.1.10
7
+ - 2.2.5
8
+ - 2.3.1
7
9
  before_install:
8
10
  - gem update bundler
9
11
  notifications:
@@ -2,6 +2,13 @@
2
2
 
3
3
  Features:
4
4
 
5
+ ## 4.2.7 (2016-07-18)
6
+
7
+ Features:
8
+
9
+ - Relax dependencies (#190, @sanemat)
10
+ - Restrict dependencies (#247, @sanemat)
11
+
5
12
  ## 4.2.6 (2015-06-22)
6
13
 
7
14
  Features:
data/Gemfile CHANGED
File without changes
File without changes
data/NOTE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -22,7 +22,7 @@ You can use these strategies:
22
22
  - Bundler (Ruby)
23
23
  - Carton (Perl)
24
24
  - David (Node.js)
25
- - Cocoapods (Objective-C)
25
+ - CocoaPods (Objective-C)
26
26
  - Composer (PHP)
27
27
  - None (without strategy)
28
28
 
data/Rakefile CHANGED
File without changes
@@ -47,7 +47,7 @@ pull_request_base: 'master'
47
47
  #
48
48
  # The type about fork & pull and shared repository
49
49
  # See also:
50
- # https://help.github.com/articles/using-pull-requests/#types-of-collaborative-development-models
50
+ # https://help.github.com/articles/types-of-collaborative-development-models/
51
51
  #
52
52
  # Supported: 'fork', 'shared'
53
53
  #
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -47,7 +47,7 @@
47
47
  #
48
48
  # The type about fork & pull and shared repository
49
49
  # See also:
50
- # https://help.github.com/articles/using-pull-requests/#types-of-collaborative-development-models
50
+ # https://help.github.com/articles/types-of-collaborative-development-models/
51
51
  #
52
52
  # Supported: 'fork', 'shared'
53
53
  #
File without changes
@@ -1,4 +1,4 @@
1
1
  # Version of tachikoma
2
2
  module Tachikoma
3
- VERSION = '4.2.6'
3
+ VERSION = '4.2.7'
4
4
  end
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_dependency 'safe_yaml'
22
22
  spec.add_dependency 'rake'
23
- spec.add_dependency 'octokit', '>= 3.2', '< 4.0'
24
- spec.add_dependency 'json'
23
+ spec.add_dependency 'octokit', '>= 3.2', '< 5.0'
24
+ spec.add_dependency 'json', '< 2.0'
25
25
  spec.add_dependency 'thor'
26
26
  spec.add_dependency 'restore_bundled_with'
27
27
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tachikoma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.6
4
+ version: 4.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2016-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: safe_yaml
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '3.2'
48
48
  - - "<"
49
49
  - !ruby/object:Gem::Version
50
- version: '4.0'
50
+ version: '5.0'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,21 +57,21 @@ dependencies:
57
57
  version: '3.2'
58
58
  - - "<"
59
59
  - !ruby/object:Gem::Version
60
- version: '4.0'
60
+ version: '5.0'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: json
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ">="
65
+ - - "<"
66
66
  - !ruby/object:Gem::Version
67
- version: '0'
67
+ version: '2.0'
68
68
  type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ">="
72
+ - - "<"
73
73
  - !ruby/object:Gem::Version
74
- version: '0'
74
+ version: '2.0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: thor
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  requirements: []
212
212
  rubyforge_project:
213
- rubygems_version: 2.4.5
213
+ rubygems_version: 2.5.1
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: Update gem frequently gets less pain. Let's doing bundle update as a habit!