visual-environments 0.1.1 → 0.1.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/visual-environments.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
gem.homepage = "http://github.com/madrailers/visual-environments"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
gem.summary = %Q{Automatic visual, in-browser cues about your current environment}
|
|
19
|
-
gem.description = %Q{This gem provides a configurable means for showing, via an updated
|
|
19
|
+
gem.description = %Q{This gem provides a configurable means for showing, via an updated <title> tag or CSS corner banner, what the current runtime environment is (development, staging, test, etc.) This functionality is never enabled for production, and for all other environments you can exclude specific ones.}
|
|
20
20
|
gem.email = "whazzmaster@gmail.com"
|
|
21
21
|
gem.authors = ["Zachery Moneypenny, David van Leeuwen"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/visual-environments.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{visual-environments}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Zachery Moneypenny, David van Leeuwen"]
|
|
12
12
|
s.date = %q{2011-02-20}
|
|
13
|
-
s.description = %q{This gem provides a configurable means for showing, via an updated
|
|
13
|
+
s.description = %q{This gem provides a configurable means for showing, via an updated <title> tag or CSS corner banner, what the current runtime environment is (development, staging, test, etc.) This functionality is never enabled for production, and for all other environments you can exclude specific ones.}
|
|
14
14
|
s.email = %q{whazzmaster@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: visual-environments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Zachery Moneypenny, David van Leeuwen
|
|
@@ -57,7 +57,7 @@ dependencies:
|
|
|
57
57
|
type: :development
|
|
58
58
|
prerelease: false
|
|
59
59
|
version_requirements: *id004
|
|
60
|
-
description: This gem provides a configurable means for showing, via an updated
|
|
60
|
+
description: This gem provides a configurable means for showing, via an updated <title> tag or CSS corner banner, what the current runtime environment is (development, staging, test, etc.) This functionality is never enabled for production, and for all other environments you can exclude specific ones.
|
|
61
61
|
email: whazzmaster@gmail.com
|
|
62
62
|
executables: []
|
|
63
63
|
|
|
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
requirements:
|
|
95
95
|
- - ">="
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
hash:
|
|
97
|
+
hash: 2993803228632703134
|
|
98
98
|
segments:
|
|
99
99
|
- 0
|
|
100
100
|
version: "0"
|