omnifocus-trello 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -0
- data/lib/omnifocus/trello/version.rb +1 -1
- data/omnifocus-trello.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6052e1e61bfcea7b5ac7ac9a5d1adb2e036f3ef
|
4
|
+
data.tar.gz: 68925ef043ef80b51d5dc6103491cbde72d4bf50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/omnifocus-trello.gemspec
CHANGED
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.
|
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-
|
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.
|
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.
|
26
|
+
version: '2.2'
|
27
27
|
description: Plugin for omnifocus gem to provide Trello BTS synchronization.
|
28
28
|
email:
|
29
29
|
- vesa@vesavanska.com
|