RubyGems
npm
Organizations
Log in
Sign up
RubyGems
fume
Versions diffs
0.2.3 → 0.2.4
fume 0.2.3 → 0.2.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
data/VERSION.yml
+1
-1
data/fume.gemspec
+1
-1
data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.css
+1
-0
metadata
+1
-1
data/VERSION.yml
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
1
---
2
2
:build:
3
3
:minor: 2
4
-
:patch:
3
4
+
:patch:
4
5
5
:major: 0
data/fume.gemspec
CHANGED
Viewed
@@ -5,7 +5,7 @@
5
5
6
6
Gem::Specification.new do |s|
7
7
s.name = %q{fume}
8
-
s.version = "0.2.
3
"
8
+
s.version = "0.2.
4
"
9
9
10
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
s.authors = ["Sunteya"]
data/generators/fume/simple_theme/templates/public/stylesheets/simple-theme.css
CHANGED
Viewed
@@ -452,6 +452,7 @@ ul.list li .item .avatar {
452
452
disabled: #888888;
453
453
body-color: #222222;
454
454
}
455
+
html { background: #cfcfcf; }
455
456
body {
456
457
color: #222222;
457
458
background: #cfcfcf;
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: fume
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.2.
3
4
+
version: 0.2.
4
5
5
platform: ruby
6
6
authors:
7
7
- Sunteya