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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0088c1ead4e01c92eed8aab112f02a9a5ec271b0
4
- data.tar.gz: 4fc58b18d594e03e0063878fa74e9c431e32e7ce
3
+ metadata.gz: 011cffde31cbe14951a9471bb58c4c2dd3aeb0ba
4
+ data.tar.gz: 4e2796a742275c74416b3a3ee66b71a2ee3a7172
5
5
  SHA512:
6
- metadata.gz: 3a028f2463b8cc9b4eb962aac525a2241f64c1258bf76c6b193cae64a70b9ba97af768506d7170411493125794de9ea3cb3c12d7ce150dae5ca61277a99debf7
7
- data.tar.gz: 754d62e32b23b69aef2ded0d11246566e8a56373d8f2ddc287fea9297b71c78f0f46528099a46881a10da9f496310c61744d9a498ac8d670aa0d62bb73de76eb
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 [Demo Board](examples/demo_board/README.md), which was generated
10
- from this Trello board:
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
 
@@ -1,3 +1,3 @@
1
1
  module TrelloFs
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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/matus_tomlein/trello-fs"
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.0
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-02-26 00:00:00.000000000 Z
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/matus_tomlein/trello-fs
133
+ homepage: https://github.com/matus-tomlein/trello-fs
134
134
  licenses:
135
135
  - MIT
136
136
  metadata: {}