flay-js 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/flay-js.gemspec +2 -1
- metadata +4 -3
data/flay-js.gemspec
CHANGED
|
@@ -4,12 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = "flay-js"
|
|
7
|
-
gem.version = "0.0.
|
|
7
|
+
gem.version = "0.0.2"
|
|
8
8
|
gem.authors = ["Eugene Kalenkovich"]
|
|
9
9
|
gem.email = ["rubify@softover.com"]
|
|
10
10
|
gem.description = "Helps flay to find duplicate code in javascript files"
|
|
11
11
|
gem.summary = "Flay your JS"
|
|
12
12
|
gem.homepage = "https://github.com/UncleGene/flay-js"
|
|
13
|
+
gem.license = "MIT"
|
|
13
14
|
|
|
14
15
|
gem.files = `git ls-files`.split($/)
|
|
15
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flay-js
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
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: 2013-07-
|
|
12
|
+
date: 2013-07-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: flay
|
|
@@ -60,7 +60,8 @@ files:
|
|
|
60
60
|
- lib/flay_js.rb
|
|
61
61
|
- test/test_flay_js.rb
|
|
62
62
|
homepage: https://github.com/UncleGene/flay-js
|
|
63
|
-
licenses:
|
|
63
|
+
licenses:
|
|
64
|
+
- MIT
|
|
64
65
|
post_install_message:
|
|
65
66
|
rdoc_options: []
|
|
66
67
|
require_paths:
|