sinatra-footnotes 0.1.4 → 0.1.5

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: f26b2b3a5a935c2e5a1c4966cef93dbf2d27f379
4
- data.tar.gz: 4cc42a532182d82de797cf2f923e6a4f646709ff
3
+ metadata.gz: 64207fcd6d5483ff0e8a4d6b6741f4da4692b078
4
+ data.tar.gz: 18aa9ea4467ee61712ec630f4d8d4e9aa39eb05b
5
5
  SHA512:
6
- metadata.gz: c297e1b146728e8186b616b049e560ec77083795923f468c2b505c89fcd5b7b6576e61da3a55e72d1506e6f9c0c36cd3e5898536f02ce14f1e5171c26adb9144
7
- data.tar.gz: db5434c48e7531decb9731f96889443d80012c71ccf432e632cf824b0c994b9bbfb9b1e1625ce3ffd5ca970ca3a7afb41c0be582aee11fda9c712f74d0bdc286
6
+ metadata.gz: b7008dddf8f466b3146afdf706b9f1ac4fab282069a691816952f5dd20ff2b2d20a398e232e422b1b991c67ac56aa72bdd4bce087cedb09750d565d4ede8b7f3
7
+ data.tar.gz: 71d2d607461a07b71cb4c17af4e306f66ae094b2aaf88adb8c3fd937fc227ac2a0f075742023e325e52404d5bd979846f25d69aebec8076d99006a1c9f982862
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module Footnotes
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
@@ -6,6 +6,7 @@ require 'sinatra-footnotes/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "sinatra-footnotes"
8
8
  gem.version = Sinatra::Footnotes::VERSION
9
+ gem.licenses = ['MIT']
9
10
  gem.authors = ["Daniel Stutzman"]
10
11
  gem.email = ["dtstutz@gmail.com"]
11
12
  gem.description = "Every page has footnotes that give information about your application."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-footnotes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Stutzman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-27 00:00:00.000000000 Z
11
+ date: 2014-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -79,7 +79,8 @@ files:
79
79
  - sinatra-footnotes.gemspec
80
80
  - test_sinatra_app.rb
81
81
  homepage: https://github.com/danielstutzman/sinatra-footnotes
82
- licenses: []
82
+ licenses:
83
+ - MIT
83
84
  metadata: {}
84
85
  post_install_message:
85
86
  rdoc_options: []