envb-rails 0.0.1 → 0.0.2
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.
- data/Gemfile.lock +1 -1
- data/README.md +2 -1
- data/Screenshot.jpg +0 -0
- data/lib/envb/rails/version.rb +1 -1
- metadata +4 -4
- /data/{lib → app}/assets/stylesheets/envb.css.scss +0 -0
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -44,7 +44,8 @@ Currently envb-rails will colorize the banners for the following environments, `
|
|
|
44
44
|
|
|
45
45
|
## Attribution
|
|
46
46
|
|
|
47
|
-
Banner colors are
|
|
47
|
+
- Banner colors are from [Chris Kempson's Tomorrow Night theme](https://github.com/chriskempson/tomorrow-theme).
|
|
48
|
+
- Mini Browser in Screenshot is from [Didi Medina on Dribbble](http://dribbble.com/shots/430263-FREE-PSD-Mini-Browser).
|
|
48
49
|
|
|
49
50
|
----
|
|
50
51
|
|
data/Screenshot.jpg
CHANGED
|
Binary file
|
data/lib/envb/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: envb-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: haml
|
|
@@ -40,9 +40,9 @@ files:
|
|
|
40
40
|
- LICENSE.txt
|
|
41
41
|
- README.md
|
|
42
42
|
- Screenshot.jpg
|
|
43
|
+
- app/assets/stylesheets/envb.css.scss
|
|
43
44
|
- app/views/envb/_banner.html.haml
|
|
44
45
|
- envb-rails.gemspec
|
|
45
|
-
- lib/assets/stylesheets/envb.css.scss
|
|
46
46
|
- lib/envb-rails.rb
|
|
47
47
|
- lib/envb/rails.rb
|
|
48
48
|
- lib/envb/rails/engine.rb
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
version: '0'
|
|
69
69
|
requirements: []
|
|
70
70
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.8.
|
|
71
|
+
rubygems_version: 1.8.23
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 3
|
|
74
74
|
summary: A simple way to display your Rails environment name.
|
|
File without changes
|