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 +4 -4
- data/CHANGES.md +10 -3
- data/lib/sinatra/exstatic_assets/version.rb +1 -1
- data/sinatra-exstatic-assets.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bec5a643ad86e918bfbd10f92bed062bf2c0ff3a
|
4
|
+
data.tar.gz: 4b21661b373b446c3f7b4f71a1ac1dd64e700a7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
3
|
+
## Friday the 2nd of January 2015 ##
|
4
4
|
|
5
|
-
|
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
|
-
|
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.
|
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.
|
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
|
-
-
|
73
|
+
- MIT
|
74
74
|
metadata: {}
|
75
75
|
post_install_message:
|
76
76
|
rdoc_options: []
|