rubyfocus 0.5.12 → 0.5.13

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: 82077645344ca5fe1545fcd39cde72a210068a36
4
- data.tar.gz: a054fac0fe2b89ea91b4e32277abe843b5a7a0ed
3
+ metadata.gz: a81355ad4a09d80a8c79b39369b9085df8ddbe92
4
+ data.tar.gz: b52c6430199f0a32bd2c7a696195e1cb7d7d90ba
5
5
  SHA512:
6
- metadata.gz: 983822f28897f7456a4bc84f9bea36d48a73805ea6478bd9ff0cc5537a5fdcf0d368327eebddcca67bdd8582e2920c8968f674952922bcf46bfac46efc781825
7
- data.tar.gz: 2bfce9942ad55a3019870d86855932b92ee91bfb5870e21a9a0b733e06c8d4f1eb9f778c3f5b6f93112721fcc09cce741b8d5823da2d20d23b697e1da17a5b9d
6
+ metadata.gz: d0b6ec90c5ce0f3e1824ca6221e7ec44b6ed0346b5c0c5a4569c3d23550b14396fb8662c115b76d0c87182ef2f1d435da6091465574160ddf931465545230d4c
7
+ data.tar.gz: 47b98d9d0d55f620477d075ff9a6081aa5ddd3456dc4936fb881e8d32a951e9bb2b28ecf86d4bd4223fdb5466fb44815c076f155a92d252d2e77dae67cdf3877
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [0.5.13] - 2017-12-10
6
+
7
+ ### Changed
8
+
9
+ * Updated `rubyzip` version dependency
10
+
5
11
  ## [0.5.12] - 2017-09-16
6
12
 
7
13
  ### Added
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- # Version: 0.5.12
2
-
3
1
  Rubyfocus is a one-way (read-only) ruby bridge to OmniFocus. Analyse, store, inspect, or play with your projects and tasks in OmniFocus from the comfort and flexibility of ruby!
4
2
 
5
3
  # Installation
@@ -22,7 +20,7 @@ Now build and install it!
22
20
 
23
21
  ```
24
22
  gem build rubyfocus.gemspec
25
- gem install rubyfocus-0.5.12.gem
23
+ gem install rubyfocus-0.5.13.gem
26
24
  ```
27
25
 
28
26
  # Usage
data/rubyfocus.gemspec CHANGED
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
 
19
19
  # Add runtime dependencies here
20
20
  s.add_runtime_dependency "nokogiri", "~> 1.6", ">= 1.6.6"
21
- s.add_runtime_dependency "rubyzip", "~> 1.1", ">= 1.1.7"
21
+ s.add_runtime_dependency "rubyzip", "~> 1.2", ">= 1.2.1"
22
22
  s.add_runtime_dependency "httparty", "~> 0.13", ">= 0.13.7"
23
23
  end
data/version.txt CHANGED
@@ -1 +1 @@
1
- 0.5.12
1
+ 0.5.13
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyfocus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.12
4
+ version: 0.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan-Yves Ruzicka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-16 00:00:00.000000000 Z
11
+ date: 2017-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -36,20 +36,20 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.2'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.1.7
42
+ version: 1.2.1
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '1.1'
49
+ version: '1.2'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.1.7
52
+ version: 1.2.1
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: httparty
55
55
  requirement: !ruby/object:Gem::Requirement