sinatra-exstatic-assets 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 286d711fd92e8d6f21dad9140800ae159ca7034f
4
- data.tar.gz: 84871e7eed752ffc134a1b754a310d6ea0c2d962
3
+ metadata.gz: bec5a643ad86e918bfbd10f92bed062bf2c0ff3a
4
+ data.tar.gz: 4b21661b373b446c3f7b4f71a1ac1dd64e700a7f
5
5
  SHA512:
6
- metadata.gz: 6eeeab23f334c5e93e3adb777d6290dab02e4705c4673bfe9e578caee90748e3191eca51fc5b9d183bae4ca5312cb329463f44b8609cb6a71b0b7b39e25a203f
7
- data.tar.gz: 4080428996d8929d16240e0094d6e67fa5c56eb0be4ea36ce21df544a7e02b0ce7510871bde7a4da3dd8390167e950e8eff3089a80118ee4a2332aa7b6b226fd
6
+ metadata.gz: 2d586781c7646ac2e271956fe95209b94cf0297d7154f0bbd5bdebe3c1d4308b6d1fc3eada50d47ddb3f0a2b95cb9c8a8ad8f2fc600ac9a03d5f286136b70245
7
+ data.tar.gz: c10669ee6705bc4885d24e5a04f37b697269bfb7991573f1960f6234be345cef80247ae2c80578855d8562ecd82ad75649ec25b1364b47c383a03516e9a7b8ed
data/CHANGES.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # CH CH CH CHANGES! #
2
2
 
3
- ## Friday the 2nd of January 2015, v2.0.3 ##
3
+ ## Friday the 2nd of January 2015 ##
4
4
 
5
- * Just small changes to the gemspec to kill some boring warnings.
5
+ ### v2.0.4 ###
6
+
7
+ * Fixed the licence declaration in the gemspec.
6
8
 
7
9
  ----
8
10
 
11
+ ### v2.0.3 ###
12
+
13
+ * Just small changes to the gemspec to kill some boring warnings.
14
+
15
+ ----
9
16
 
10
- ## Friday the 2nd of January 2015, v2.0.2 ##
17
+ ### v2.0.2 ###
11
18
 
12
19
  * Fixed a problem with the markdown that meant the main code example wasn't output on Rubydoc.
13
20
  * Had a little bit of wrong info in the README, fixed that.
@@ -1,6 +1,6 @@
1
1
  module Sinatra
2
2
  module Exstatic
3
3
  # Library version
4
- VERSION = "2.0.3"
4
+ VERSION = "2.0.4"
5
5
  end
6
6
  end
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
19
  s.require_paths = ["lib"]
20
- s.license = "LICENCE.txt"
20
+ s.license = "MIT"
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-exstatic-assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Włodek Bzyl
@@ -70,7 +70,7 @@ files:
70
70
  - spec/support/shared/all_routes.rb
71
71
  homepage: https://github.com/yb66/sinatra-exstatic-assets
72
72
  licenses:
73
- - LICENCE.txt
73
+ - MIT
74
74
  metadata: {}
75
75
  post_install_message:
76
76
  rdoc_options: []