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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- envb-rails (0.0.1)
4
+ envb-rails (0.0.2)
5
5
  haml
6
6
 
7
7
  GEM
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 *borrowed* from the Tomorrow Night theme in [chriskempson/tomorrow-theme](https://github.com/chriskempson/tomorrow-theme).
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
@@ -1,5 +1,5 @@
1
1
  module Envb
2
2
  module Rails
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
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.1
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-10-18 00:00:00.000000000 Z
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.24
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