mm-blog 0.2.5 → 0.2.6

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.
data/.DS_Store CHANGED
Binary file
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
Binary file
@@ -24,6 +24,7 @@ module MMBlog
24
24
  #
25
25
  set :author, MMBlog::Application.config[:author]
26
26
  set :title, MMBlog::Application.config[:title]
27
+ set :url, MMBlog::Application.config[:url]
27
28
  set :root, "home"
28
29
  set :disqus, MMBlog::Application.config[:disqus]
29
30
  set :date, lambda {|now| now.strftime("%B #{now.day.ordinal} %Y") }
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mm-blog}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mark McConachie"]
12
- s.date = %q{2011-03-23}
12
+ s.date = %q{2011-03-24}
13
13
  s.description = %q{A simple wee blog platform}
14
14
  s.email = %q{mark@markmcconachie.com}
15
15
  s.extra_rdoc_files = [
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "Rakefile",
27
27
  "VERSION",
28
+ "lib/.DS_Store",
28
29
  "lib/mm-blog.rb",
29
30
  "mm-blog.gemspec",
30
31
  "test/helper.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mm-blog
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark McConachie
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-23 00:00:00 +01:00
13
+ date: 2011-03-24 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -141,6 +141,7 @@ files:
141
141
  - README.rdoc
142
142
  - Rakefile
143
143
  - VERSION
144
+ - lib/.DS_Store
144
145
  - lib/mm-blog.rb
145
146
  - mm-blog.gemspec
146
147
  - test/helper.rb
@@ -159,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
160
  requirements:
160
161
  - - ">="
161
162
  - !ruby/object:Gem::Version
162
- hash: 3584496291391677857
163
+ hash: -871847260369550204
163
164
  segments:
164
165
  - 0
165
166
  version: "0"