framous 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.mkdn CHANGED
@@ -1,9 +1,14 @@
1
1
  Framous Changelog
2
2
  =================
3
3
 
4
- v0.2.3 [Mar 6, 2013]
4
+ v0.2.5 [Mar 7, 2013]
5
+ ---------------------
6
+ * add sample.html to manifest.rb
7
+
8
+ v0.2.4 [Mar 6, 2013]
5
9
  ---------------------
6
10
  * update some useful mixins to framous-mixins : hdpi-media-query + image-rendering
11
+ * add sample.html to manifest.rb
7
12
  * clean up v0.2.3
8
13
 
9
14
  v0.2.3 [Dec 20, 2012]
@@ -4,6 +4,7 @@ stylesheet '_base.scss', :media => 'screen, projection'
4
4
  stylesheet '_print.scss', :media => 'print'
5
5
 
6
6
  html 'index.html'
7
+ html 'sample.html'
7
8
 
8
9
  description "Framous: A light HTML & SCSS rapid prototyping toolkit for web development."
9
10
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: framous
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alec Hance