js-beautify 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +5 -0
  2. data/VERSION +1 -1
  3. data/js-beautify.gemspec +123 -0
  4. metadata +3 -2
@@ -6,6 +6,11 @@ Ruby Gem for js-beautify
6
6
 
7
7
  * run the update.sh
8
8
 
9
+ commit new changes
10
+ rake git:release
11
+ rake release
12
+
13
+
9
14
  == Copyright
10
15
 
11
16
  Copyright (c) 2012 hbt. See LICENSE.txt for
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -0,0 +1,123 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "js-beautify"
8
+ s.version = "0.1.8"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["hbt"]
12
+ s.date = "2012-06-22"
13
+ s.description = "Gem for js-beautify"
14
+ s.email = "hassenbentanfous@gmail.com"
15
+ s.executables = ["js-beautify"]
16
+ s.extra_rdoc_files = [
17
+ "LICENSE.txt",
18
+ "README.rdoc"
19
+ ]
20
+ s.files = [
21
+ ".document",
22
+ ".gitmodules",
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README.rdoc",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "bin/js-beautify",
30
+ "init.sh",
31
+ "js-beautify-copy/.gitmodules",
32
+ "js-beautify-copy/Makefile",
33
+ "js-beautify-copy/README.md",
34
+ "js-beautify-copy/attic/beautify-cl/beautify-cl.js",
35
+ "js-beautify-copy/attic/bin/beautify_js",
36
+ "js-beautify-copy/attic/opera-userscript/beautifier.js",
37
+ "js-beautify-copy/attic/opera-userscript/make_opera_userscript.sh",
38
+ "js-beautify-copy/attic/qtscript/jsbeautify.cpp",
39
+ "js-beautify-copy/attic/qtscript/jsbeautify.pro",
40
+ "js-beautify-copy/attic/qtscript/jsbeautify.qrc",
41
+ "js-beautify-copy/attic/qtscript/readme.txt",
42
+ "js-beautify-copy/attic/readme.txt",
43
+ "js-beautify-copy/attic/unmaintained/bbedit/jsBeautify_BBED.scpt",
44
+ "js-beautify-copy/attic/unmaintained/c-sharp/JSBeautify.cs",
45
+ "js-beautify-copy/attic/v8/README.txt",
46
+ "js-beautify-copy/attic/v8/beautify.h",
47
+ "js-beautify-copy/attic/v8/jsbeautify.cpp",
48
+ "js-beautify-copy/beautify-css.js",
49
+ "js-beautify-copy/beautify-html.js",
50
+ "js-beautify-copy/beautify.js",
51
+ "js-beautify-copy/favicon.png",
52
+ "js-beautify-copy/index.html",
53
+ "js-beautify-copy/jquery/jquery.cookie.js",
54
+ "js-beautify-copy/jquery/jquery.js",
55
+ "js-beautify-copy/license.txt",
56
+ "js-beautify-copy/php/jsbeautifier.php",
57
+ "js-beautify-copy/php/test.php",
58
+ "js-beautify-copy/python/MANIFEST.in",
59
+ "js-beautify-copy/python/js-beautify",
60
+ "js-beautify-copy/python/js-beautify-profile",
61
+ "js-beautify-copy/python/js-beautify-test",
62
+ "js-beautify-copy/python/jsbeautifier/__init__.py",
63
+ "js-beautify-copy/python/jsbeautifier/tests/__init__.py",
64
+ "js-beautify-copy/python/jsbeautifier/tests/testindentation.py",
65
+ "js-beautify-copy/python/jsbeautifier/tests/testjsbeautifier.py",
66
+ "js-beautify-copy/python/jsbeautifier/unpackers/README.specs.mkd",
67
+ "js-beautify-copy/python/jsbeautifier/unpackers/__init__.py",
68
+ "js-beautify-copy/python/jsbeautifier/unpackers/evalbased.py",
69
+ "js-beautify-copy/python/jsbeautifier/unpackers/javascriptobfuscator.py",
70
+ "js-beautify-copy/python/jsbeautifier/unpackers/myobfuscate.py",
71
+ "js-beautify-copy/python/jsbeautifier/unpackers/packer.py",
72
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/__init__.py",
73
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/test-myobfuscate-input.js",
74
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/test-myobfuscate-output.js",
75
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/test-packer-62-input.js",
76
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/test-packer-non62-input.js",
77
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py",
78
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/testmyobfuscate.py",
79
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/testpacker.py",
80
+ "js-beautify-copy/python/jsbeautifier/unpackers/tests/testurlencode.py",
81
+ "js-beautify-copy/python/jsbeautifier/unpackers/urlencode.py",
82
+ "js-beautify-copy/python/setup.py",
83
+ "js-beautify-copy/tests/beautify-tests.js",
84
+ "js-beautify-copy/tests/run-tests",
85
+ "js-beautify-copy/tests/sanitytest.js",
86
+ "js-beautify-copy/unpackers/javascriptobfuscator_unpacker.js",
87
+ "js-beautify-copy/unpackers/myobfuscate_unpacker.js",
88
+ "js-beautify-copy/unpackers/p_a_c_k_e_r_unpacker.js",
89
+ "js-beautify-copy/unpackers/urlencode_unpacker.js",
90
+ "js-beautify.gemspec",
91
+ "lib/js-beautify.rb",
92
+ "test/helper.rb",
93
+ "test/test_js-beautify.rb",
94
+ "update.sh"
95
+ ]
96
+ s.homepage = "http://github.com/hbt/js-beautify-gem"
97
+ s.licenses = ["MIT"]
98
+ s.require_paths = ["lib"]
99
+ s.rubygems_version = "1.8.15"
100
+ s.summary = "Gem for js-beautify"
101
+
102
+ if s.respond_to? :specification_version then
103
+ s.specification_version = 3
104
+
105
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
106
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
107
+ s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
108
+ s.add_development_dependency(%q<bundler>, [">= 0"])
109
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.3"])
110
+ else
111
+ s.add_dependency(%q<shoulda>, [">= 0"])
112
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
113
+ s.add_dependency(%q<bundler>, [">= 0"])
114
+ s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
115
+ end
116
+ else
117
+ s.add_dependency(%q<shoulda>, [">= 0"])
118
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
119
+ s.add_dependency(%q<bundler>, [">= 0"])
120
+ s.add_dependency(%q<jeweler>, ["~> 1.8.3"])
121
+ end
122
+ end
123
+
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: js-beautify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7
5
+ version: 0.1.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - hbt
@@ -135,6 +135,7 @@ files:
135
135
  - js-beautify-copy/unpackers/myobfuscate_unpacker.js
136
136
  - js-beautify-copy/unpackers/p_a_c_k_e_r_unpacker.js
137
137
  - js-beautify-copy/unpackers/urlencode_unpacker.js
138
+ - js-beautify.gemspec
138
139
  - lib/js-beautify.rb
139
140
  - test/helper.rb
140
141
  - test/test_js-beautify.rb
@@ -152,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
153
  requirements:
153
154
  - - ">="
154
155
  - !ruby/object:Gem::Version
155
- hash: 959796147
156
+ hash: 793089841
156
157
  segments:
157
158
  - 0
158
159
  version: "0"