obfuscatejs 0.9 → 1.0

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 YOURNAME
1
+ Copyright 2013 Joah Gerstenberg
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module Obfuscatejs
2
- VERSION = "0.9"
2
+ VERSION = "1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obfuscatejs
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: '1.0'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,7 +77,7 @@ dependencies:
77
77
  version: '0'
78
78
  description: Simple Rails plugin to obfuscate strings in views.
79
79
  email:
80
- - joahd@gbergfamily.com
80
+ - me@joahg.com
81
81
  executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files: []
@@ -90,7 +90,6 @@ files:
90
90
  - vendor/assets/javascripts/obfuscatejs.js
91
91
  - MIT-LICENSE
92
92
  - Rakefile
93
- - README.rdoc
94
93
  - spec/dummy/app/assets/javascripts/application.js
95
94
  - spec/dummy/app/assets/stylesheets/application.css
96
95
  - spec/dummy/app/controllers/application_controller.rb
@@ -137,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
137
136
  version: '0'
138
137
  segments:
139
138
  - 0
140
- hash: -1498318104059378167
139
+ hash: -432586606276480783
141
140
  required_rubygems_version: !ruby/object:Gem::Requirement
142
141
  none: false
143
142
  requirements:
@@ -146,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
145
  version: '0'
147
146
  segments:
148
147
  - 0
149
- hash: -1498318104059378167
148
+ hash: -432586606276480783
150
149
  requirements: []
151
150
  rubyforge_project:
152
151
  rubygems_version: 1.8.23
data/README.rdoc DELETED
@@ -1,3 +0,0 @@
1
- = Obfuscatejs
2
-
3
- This project rocks and uses MIT-LICENSE.