nsa_panel 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -45,7 +45,7 @@ Configure panel login/password:
45
45
  # config/initializers/nsa_panel.rb
46
46
 
47
47
  NsaPanel.username = 'nsa' # ENV['NSA_USERNAME']
48
- NsaPanel.passowrd = 'nsa' ENV['NSA_PASSWORD']
48
+ NsaPanel.passowrd = 'nsa' # ENV['NSA_PASSWORD']
49
49
  ```
50
50
 
51
51
  ~~Lie~~ Announce the following to your users:
@@ -93,4 +93,6 @@ Easy, eh?
93
93
 
94
94
  ## License
95
95
 
96
+ NSA Eagle Logo credit [EFF](https://www.eff.org/pages/eff-nsa-graphics).
97
+
96
98
  [MIT](MIT-LICENSE).
@@ -1,3 +1,3 @@
1
1
  module NsaPanel
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nsa_panel
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:
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  version: '0'
168
168
  segments:
169
169
  - 0
170
- hash: 1671228014488441744
170
+ hash: -1412950750495283211
171
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  none: false
173
173
  requirements:
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  segments:
178
178
  - 0
179
- hash: 1671228014488441744
179
+ hash: -1412950750495283211
180
180
  requirements: []
181
181
  rubyforge_project:
182
182
  rubygems_version: 1.8.23