trello-fs 0.0.9 → 0.1.0

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: 1bd2502a94f3471c0af882459e33acddfc68cb5d
4
- data.tar.gz: a493201b6e757e0b1680ee45d0d483dda02757b5
3
+ metadata.gz: 0088c1ead4e01c92eed8aab112f02a9a5ec271b0
4
+ data.tar.gz: 4fc58b18d594e03e0063878fa74e9c431e32e7ce
5
5
  SHA512:
6
- metadata.gz: 582d65b0bc513297af66e4e4590e4576b6ab433cd628838cd2b3b80a09e8779b32ac33ea5ce8c99657295d4be691726c8db16819241dff1cd5a26aa0d9435e34
7
- data.tar.gz: 12ea3aed23d102e1103ce6fff94a64d24e7811c6fdef8de38396795f4544cc14d7c53322f56eac3629aafaf8a55eefaf63bad4a7afb4d2554b93a8bcfce3b10c
6
+ metadata.gz: 3a028f2463b8cc9b4eb962aac525a2241f64c1258bf76c6b193cae64a70b9ba97af768506d7170411493125794de9ea3cb3c12d7ce150dae5ca61277a99debf7
7
+ data.tar.gz: 754d62e32b23b69aef2ded0d11246566e8a56373d8f2ddc287fea9297b71c78f0f46528099a46881a10da9f496310c61744d9a498ac8d670aa0d62bb73de76eb
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [TrelloFs Demo Board](../README.md) > [A List of Cards](README.md)
4
4
 
5
- [`readme`](../Labels/readme.md)
5
+ [`readme`](../../Labels/readme.md)
6
6
 
7
7
  - compatible with Github and Bitbucket Wiki
8
8
  - supports attachments
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [TrelloFs Demo Board](../README.md) > [A List of Cards](README.md)
4
4
 
5
- [`readme`](../Labels/readme.md)
5
+ [`readme`](../../Labels/readme.md)
6
6
 
7
7
  1. Install the gem
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [TrelloFs Demo Board](../README.md) > [A Second List of Cards](README.md)
4
4
 
5
- [`cats`](../Labels/cats.md) [`images`](../Labels/images.md)
5
+ [`cats`](../../Labels/cats.md) [`images`](../../Labels/images.md)
6
6
 
7
7
  There should be an image below
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [TrelloFs Demo Board](../README.md) > [A Second List of Cards](README.md)
4
4
 
5
- [`images`](../Labels/images.md) [`puppies`](../Labels/puppies.md)
5
+ [`images`](../../Labels/images.md) [`puppies`](../../Labels/puppies.md)
6
6
 
7
7
  Here is a link to the one with a cat: [A card with an image](../../TrelloFs_Demo_Board/A_Second_List_of_Cards/A_card_with_an_image.md)
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [Welcome Board](../README.md) > [Basics](README.md)
4
4
 
5
- [`red one`](../Labels/red_one.md)
5
+ [`red one`](../../Labels/red_one.md)
6
6
 
7
7
  This is Taco, the most famous Siberian Husky in New York City, and official spokes-mascot for Trello. You might see him around Trello introducing new features and whatnot.
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [Examples](../../README.md) > [Welcome Board](../README.md) > [Intermediate](README.md)
4
4
 
5
- [`red one`](../Labels/red_one.md)
5
+ [`red one`](../../Labels/red_one.md)
6
6
 
7
7
 
8
8
 
@@ -40,7 +40,7 @@ module TrelloFs
40
40
  def content(attachment_paths = [])
41
41
  labels = card_labels.map do |lbl|
42
42
  label_builder = LabelBuilder.new(repository, lbl)
43
- "[`#{label_builder.label_name}`](../#{label_builder.relative_path})"
43
+ "[`#{label_builder.label_name}`](../../#{label_builder.relative_path})"
44
44
  end.sort.join(' ')
45
45
  list_name = @list_builder.list_name
46
46
  board_name = @list_builder.board_name
@@ -1,3 +1,3 @@
1
1
  module TrelloFs
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trello-fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matúš Tomlein