trello-fs 0.1.0 → 0.1.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 +3 -2
- data/lib/trello-fs/version.rb +1 -1
- data/trello-fs.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 011cffde31cbe14951a9471bb58c4c2dd3aeb0ba
|
4
|
+
data.tar.gz: 4e2796a742275c74416b3a3ee66b71a2ee3a7172
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14d210103db2200ed0fc5ca224f39e072f32d02d4c8c2a9ec95de135522329095ec5778a194b26c2789d051b98fa1a38f7b3c1ddbd11cbea3594667f4f27dd76
|
7
|
+
data.tar.gz: a7ac90ca90457c1b1f89065d28f819f41f91a69911fb9b483a5b255a14fb2ae51a89d653beda3b97db8853bad5f48e59e8d98b0a6e9ed2a8f53b5daf47051019
|
data/README.md
CHANGED
@@ -6,9 +6,10 @@ The generated files can be then pushed to Github or a Bitbucket Wiki.
|
|
6
6
|
|
7
7
|
# Example
|
8
8
|
|
9
|
-
See the [
|
10
|
-
from
|
9
|
+
See the [demo boards](examples/boards/README.md), which were generated
|
10
|
+
from these Trello boards:
|
11
11
|
[https://trello.com/b/23HXX6Gr/trellofs-demo-board](https://trello.com/b/23HXX6Gr/trellofs-demo-board)
|
12
|
+
[https://trello.com/b/bkskcUIO/welcome-board](https://trello.com/b/bkskcUIO/welcome-board)
|
12
13
|
|
13
14
|
# Features
|
14
15
|
|
data/lib/trello-fs/version.rb
CHANGED
data/trello-fs.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["matus@tomlein.org"]
|
11
11
|
spec.summary = %q{A utility for archiving Trello boards into Git repositories.}
|
12
12
|
spec.description = %q{}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/matus-tomlein/trello-fs"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trello-fs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matúš Tomlein
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -130,7 +130,7 @@ files:
|
|
130
130
|
- spec/trello-fs/string_to_file_name_spec.rb
|
131
131
|
- spec/trello-fs/trello_api_spec.rb
|
132
132
|
- trello-fs.gemspec
|
133
|
-
homepage: https://github.com/
|
133
|
+
homepage: https://github.com/matus-tomlein/trello-fs
|
134
134
|
licenses:
|
135
135
|
- MIT
|
136
136
|
metadata: {}
|