omnifocus-trello 1.2.0 → 1.2.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: 020fc70d18d3943ecc3621a89efd78540bfce120
4
- data.tar.gz: 422d04e91248fde1ee3fcddbf8e29ea3c0224942
3
+ metadata.gz: b6052e1e61bfcea7b5ac7ac9a5d1adb2e036f3ef
4
+ data.tar.gz: 68925ef043ef80b51d5dc6103491cbde72d4bf50
5
5
  SHA512:
6
- metadata.gz: 16eb024e9b71968be11b39499a20b1e84808eac9587cb4ed303c24c7a48a5170e51920f20a75d863db90d4c172eaa902eb3caabd18a1ab1f2bd0dbe12dfaf71a
7
- data.tar.gz: 9ea05c18dc39029cbc5235a49ffdc1b486c8ea266d006fcda58b58bd2e435a2a1313645c6a2ce0b5b0537378963193a310270e4ba16c94d0762ab5285976ad55
6
+ metadata.gz: 7ae9590e7ce32c415058caa0ba81fcf3bcbae39e5eaa3c12f5b7049314b694b8e8d3429932f62109d70a577b73a21a55c22e3066eb3e118cde4174046c6d7eda
7
+ data.tar.gz: 30a224a7385ac225c9156babbce1e65b5e802ddee65a081f58d0bbcfa519d2dd06b62a65997621eb37cdea9cd7228442de0d2be45831a1edd15bdf471c619cb3
data/README.md CHANGED
@@ -22,6 +22,15 @@ configurable using the config file.
22
22
  3. (On the first run, configuration file will be generated at
23
23
  ~/.omnifocus-trello.yml. Follow to instructions to get a token.)
24
24
 
25
+ # Changing the default Folder for trello boards.
26
+
27
+ By default, the OmniFocus projects created from your trello boards will be stored in a folder called "nerd". To change this, set an environment variable called 'OF_FOLDER'. You can do this by adding the following to your `bash_profile` or similar:
28
+
29
+ export OF_FOLDER="My Trello Boards"
30
+
31
+ Note that this environment variable is used by the [omnifocus](https://github.com/seattlerb/omnifocus) gem, so will apply to any other gems that rely on that.
32
+
33
+
25
34
  ## Contributing
26
35
 
27
36
  1. Fork it
@@ -1,5 +1,5 @@
1
1
  require "omnifocus"
2
2
 
3
3
  module OmniFocus::Trello
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = OmniFocus::Trello::VERSION
17
17
 
18
- gem.add_dependency "omnifocus", "~> 2.1"
18
+ gem.add_dependency "omnifocus", "~> 2.2"
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnifocus-trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vesa Vänskä
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omnifocus
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.1'
19
+ version: '2.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.1'
26
+ version: '2.2'
27
27
  description: Plugin for omnifocus gem to provide Trello BTS synchronization.
28
28
  email:
29
29
  - vesa@vesavanska.com