sitefs 1.0.0.beta2 → 1.0.0.beta3

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: 025e3b7e52d528ebded7a590a11394df6d91acc3
4
- data.tar.gz: d4d23c6dd7d870be041f0556e292b73a9c96a5b5
3
+ metadata.gz: da2c5fa4d72e3ce2a8a03aab7b8c7f76e066ffb9
4
+ data.tar.gz: 2f8c4fb2c48f20a7e359a7268663a7e60220509a
5
5
  SHA512:
6
- metadata.gz: 21574edbf43e19ffc519b5e900ec92ca2699acb47927275f6c125f11e1816e57ce9385b3460a4abfce4a97b016c3f107fb294e7f3714597463188fe9a1fb3503
7
- data.tar.gz: 89607d9853a59391480bf4aefe825e5203d2a37cf2a3c7471b5ba024c6c4c097452ccdc69639b65503660c0b7be8db4a59efb19e82584319caa41808974566ee
6
+ metadata.gz: 6b2b7da914a23d0ebfc777fc5ec5a1d73037deae44b8c6bd30d34c7876ee256e6cd0c3b1ead5ce4afd0d3eb44e796d9fa318cfd901ae6c50a3086701746dd02a
7
+ data.tar.gz: 680e15a00e14f4a4d87e034b29085798a1a53c117cbb435260c45a02158b2aade35928239bc2ad453256a339b96dcfb070be29c73906dbd99ae1f439a0da779d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sitefs (1.0.0.beta2)
4
+ sitefs (1.0.0.beta3)
5
5
  autoloaded (~> 2)
6
6
  aws-sdk (~> 2)
7
7
  diffy (~> 3)
@@ -36,15 +36,15 @@ GEM
36
36
  concurrent-ruby (1.0.4)
37
37
  diff-lcs (1.3)
38
38
  diffy (3.1.0)
39
- ffi (1.9.17)
39
+ ffi (1.9.18)
40
40
  github-markdown (0.6.9)
41
- html-pipeline (2.5.0)
41
+ html-pipeline (2.6.0)
42
42
  activesupport (>= 2)
43
43
  nokogiri (>= 1.4)
44
- html-pipeline-rouge_filter (1.0.4)
44
+ html-pipeline-rouge_filter (1.0.5)
45
45
  activesupport
46
46
  html-pipeline (>= 1.11)
47
- rouge (~> 1.8)
47
+ rouge (~> 2.0.7)
48
48
  i18n (0.8.0)
49
49
  jmespath (1.3.1)
50
50
  libxml-ruby (2.9.0)
@@ -55,10 +55,10 @@ GEM
55
55
  mime-types (3.1)
56
56
  mime-types-data (~> 3.2015)
57
57
  mime-types-data (3.2016.0521)
58
- mini_portile2 (2.1.0)
58
+ mini_portile2 (2.2.0)
59
59
  minitest (5.10.1)
60
- nokogiri (1.7.0.1)
61
- mini_portile2 (~> 2.1.0)
60
+ nokogiri (1.8.0)
61
+ mini_portile2 (~> 2.2.0)
62
62
  rake (12.0.0)
63
63
  ratom (0.9.0)
64
64
  libxml-ruby (~> 2.6)
@@ -66,7 +66,7 @@ GEM
66
66
  rb-inotify (0.9.8)
67
67
  ffi (>= 0.5.0)
68
68
  rinku (2.0.2)
69
- rouge (1.11.1)
69
+ rouge (2.0.7)
70
70
  rspec (3.5.0)
71
71
  rspec-core (~> 3.5.0)
72
72
  rspec-expectations (~> 3.5.0)
@@ -81,7 +81,7 @@ GEM
81
81
  rspec-support (~> 3.5.0)
82
82
  rspec-support (3.5.0)
83
83
  ruby_dep (1.5.0)
84
- sass (3.4.23)
84
+ sass (3.4.24)
85
85
  slop (4.4.1)
86
86
  stamp (0.6.0)
87
87
  thread_safe (0.3.5)
@@ -98,4 +98,4 @@ DEPENDENCIES
98
98
  sitefs!
99
99
 
100
100
  BUNDLED WITH
101
- 1.14.3
101
+ 1.14.6
@@ -25,7 +25,9 @@ class Sitefs::AttributeSet
25
25
  }
26
26
 
27
27
  def initialize setup = {}
28
- @attributes = {}
28
+ @attributes = {
29
+ 'tags' => [],
30
+ }
29
31
 
30
32
  setup.each do |key, val|
31
33
  self[key] = val
data/lib/sitefs/page.rb CHANGED
@@ -15,7 +15,6 @@ class Sitefs::Page
15
15
  def initialize path_helper, attributes = nil
16
16
  @attributes = attributes
17
17
  @path_helper = path_helper
18
- @tags = []
19
18
  end
20
19
 
21
20
  def public_tags
@@ -1,3 +1,3 @@
1
1
  module Sitefs
2
- VERSION = "1.0.0.beta2"
2
+ VERSION = "1.0.0.beta3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sitefs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta2
4
+ version: 1.0.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tal Atlas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: html-pipeline
@@ -328,7 +328,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
328
  version: 1.3.1
329
329
  requirements: []
330
330
  rubyforge_project:
331
- rubygems_version: 2.6.10
331
+ rubygems_version: 2.6.12
332
332
  signing_key:
333
333
  specification_version: 4
334
334
  summary: A simple static site generator