blogue 0.0.6 → 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: 1c035ba68580bf4db897979d04f5b744429d515f
4
- data.tar.gz: 764a4f8f7728b89e13c408f46bc0cbc119ac8b52
3
+ metadata.gz: 2ee9e5be235fbe3448b9e20c8129c1d89120dfee
4
+ data.tar.gz: f783901f12272f9a11049fb72655262e60da2df8
5
5
  SHA512:
6
- metadata.gz: 6e334339e988a603dfdad08b996b37b6ba20f8e0c15d73bb0a5526d3e0b23494842749df348f11fb6ebfc0af067f5baebe174daa0a5e1da5653c99c1f46bc46d
7
- data.tar.gz: 2ed10090486942681a1a2769f350ab30706eec6d5d06a8208fa1dbab81150915c2d0ad3d8d4d63830bdb61beed4b85c0e6c7b4cce48b4c66086ee0c4e8f59397
6
+ metadata.gz: facab2aa3b4abc17e28ec19f8ca1d2a974ac9af97dc8bd007bfc087a30cfa735dc0aa0805a4869a7ec1878f739261d249a01830d9f9eeb80fd38f33bd70aba67
7
+ data.tar.gz: ba72d6fa3405e3c0bdf511fdafe4842ee181d757af12ed2dd3767a2639fd59b4175e945eee4a370bdbcc9328decd5b1cd93aa457e2298879d79be29bee6890b7
@@ -1,3 +1,3 @@
1
1
  module Blogue
2
- VERSION = "0.0.6"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -3870,3 +3870,51 @@ Started GET "/header-title" for 127.0.0.1 at 2013-10-23 04:01:55 -0400
3870
3870
  Processing by PostsController#show as HTML
3871
3871
  Parameters: {"id"=>"header-title"}
3872
3872
  Completed 200 OK in 8ms (Views: 6.1ms)
3873
+ -----------------------------------------------------
3874
+ Blogue::PostTest: test_date_returns_date_part_of_time
3875
+ -----------------------------------------------------
3876
+ ------------------------------------------------------------
3877
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
3878
+ ------------------------------------------------------------
3879
+ -------------------------------------------------------------------------------------
3880
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
3881
+ -------------------------------------------------------------------------------------
3882
+ ---------------------------------------
3883
+ Blogue::PostTest: test_finds_post_by_id
3884
+ ---------------------------------------
3885
+ -------------------------------------------------------------
3886
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
3887
+ -------------------------------------------------------------
3888
+ ----------------------------------------------------------------
3889
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
3890
+ ----------------------------------------------------------------
3891
+ -----------------------------------------------------------------------
3892
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
3893
+ -----------------------------------------------------------------------
3894
+ ---------------------------------------------------------------
3895
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
3896
+ ---------------------------------------------------------------
3897
+ -------------------------------------------------
3898
+ Blogue::PostTest: test_uses_meta_title_if_present
3899
+ -------------------------------------------------
3900
+ -----------------------------------------------------
3901
+ Blogue::PostTest: test_uses_time_from_meta_when_given
3902
+ -----------------------------------------------------
3903
+ ---------------------------------------------------------------------
3904
+ ConfigurationTest: test_adds_[posts_path]/assets_to_rails_asset_paths
3905
+ ---------------------------------------------------------------------
3906
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2014-06-12 17:32:28 -0400
3907
+ -----------------------------------------------------
3908
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3909
+ -----------------------------------------------------
3910
+ Started GET "/code-block" for 127.0.0.1 at 2014-06-12 17:32:28 -0400
3911
+ Processing by PostsController#show as HTML
3912
+ Parameters: {"id"=>"code-block"}
3913
+ Completed 200 OK in 36ms (Views: 34.5ms)
3914
+ ------------------------------------------------------
3915
+ ConfigurationTest: test_renders_markdown_with_kramdown
3916
+ ------------------------------------------------------
3917
+ Started GET "/header-title" for 127.0.0.1 at 2014-06-12 17:32:28 -0400
3918
+ Processing by PostsController#show as HTML
3919
+ Parameters: {"id"=>"header-title"}
3920
+ Completed 200 OK in 9ms (Views: 8.1ms)
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blogue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Chernyak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-26 00:00:00.000000000 Z
11
+ date: 2014-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.1.rc1
19
+ version: '4.0'
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: 4.0.1.rc1
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: kramdown
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rouge
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: If it wasn't in BLOGUE, it wasn't in blogue.
@@ -73,15 +73,17 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - LICENSE
77
+ - README.md
78
+ - Rakefile
76
79
  - app/models/blogue/post.rb
80
+ - lib/blogue.rb
77
81
  - lib/blogue/engine.rb
78
82
  - lib/blogue/version.rb
79
- - lib/blogue.rb
80
83
  - lib/kramdown/converter/blogue.rb
81
84
  - lib/tasks/blogue_tasks.rake
82
- - LICENSE
83
- - Rakefile
84
- - README.md
85
+ - test/dummy/README.rdoc
86
+ - test/dummy/Rakefile
85
87
  - test/dummy/app/controllers/application_controller.rb
86
88
  - test/dummy/app/controllers/posts_controller.rb
87
89
  - test/dummy/app/models/post.rb
@@ -90,6 +92,7 @@ files:
90
92
  - test/dummy/bin/bundle
91
93
  - test/dummy/bin/rails
92
94
  - test/dummy/bin/rake
95
+ - test/dummy/config.ru
93
96
  - test/dummy/config/application.rb
94
97
  - test/dummy/config/boot.rb
95
98
  - test/dummy/config/environment.rb
@@ -106,14 +109,11 @@ files:
106
109
  - test/dummy/config/initializers/wrap_parameters.rb
107
110
  - test/dummy/config/locales/en.yml
108
111
  - test/dummy/config/routes.rb
109
- - test/dummy/config.ru
110
112
  - test/dummy/log/test.log
111
113
  - test/dummy/public/404.html
112
114
  - test/dummy/public/422.html
113
115
  - test/dummy/public/500.html
114
116
  - test/dummy/public/favicon.ico
115
- - test/dummy/Rakefile
116
- - test/dummy/README.rdoc
117
117
  - test/dummy/tmp/cache/assets/test/sprockets/88c7acce0f27ad4785c977981dcffdbd
118
118
  - test/dummy/tmp/cache/assets/test/sprockets/f59336706d1f8f55cfacfc5e139dfd9a
119
119
  - test/fixtures/posts/assets/dogue.jpg
@@ -134,17 +134,17 @@ require_paths:
134
134
  - lib
135
135
  required_ruby_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - '>='
137
+ - - ">="
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - '>='
142
+ - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.1.9
147
+ rubygems_version: 2.2.2
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Small static blog engine for Rails
@@ -191,3 +191,4 @@ test_files:
191
191
  - test/integration/configuration_test.rb
192
192
  - test/models/blogue/post_test.rb
193
193
  - test/test_helper.rb
194
+ has_rdoc: