leftplayer 0.1 → 0.1.1
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/leftplayer.gemspec +2 -2
- metadata +5 -7
data/leftplayer.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
|
2
2
|
s.name = "leftplayer"
|
|
3
|
-
s.version = "0.1"
|
|
3
|
+
s.version = "0.1.1"
|
|
4
4
|
s.date = Time.now.strftime('%Y-%m-%d')
|
|
5
5
|
s.authors = ["Pablo Kang"]
|
|
6
6
|
s.email = ["pablokang@gmail.com"]
|
|
7
|
-
s.homepage = "https://github.com/
|
|
7
|
+
s.homepage = "https://github.com/pkang/leftplayer"
|
|
8
8
|
s.license = "MIT"
|
|
9
9
|
s.has_rdoc = false
|
|
10
10
|
s.summary = ""
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: leftplayer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 1
|
|
9
|
-
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Pablo Kang
|
|
@@ -2535,7 +2535,7 @@ files:
|
|
|
2535
2535
|
- src/lps-4.9.0/Stop OpenLaszlo Server.command
|
|
2536
2536
|
- src/lps-4.9.0/release-notes.html
|
|
2537
2537
|
has_rdoc: true
|
|
2538
|
-
homepage: https://github.com/
|
|
2538
|
+
homepage: https://github.com/pkang/leftplayer
|
|
2539
2539
|
licenses:
|
|
2540
2540
|
- MIT
|
|
2541
2541
|
post_install_message:
|
|
@@ -2548,7 +2548,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2548
2548
|
requirements:
|
|
2549
2549
|
- - ">="
|
|
2550
2550
|
- !ruby/object:Gem::Version
|
|
2551
|
-
hash: 3
|
|
2552
2551
|
segments:
|
|
2553
2552
|
- 0
|
|
2554
2553
|
version: "0"
|
|
@@ -2557,14 +2556,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2557
2556
|
requirements:
|
|
2558
2557
|
- - ">="
|
|
2559
2558
|
- !ruby/object:Gem::Version
|
|
2560
|
-
hash: 3
|
|
2561
2559
|
segments:
|
|
2562
2560
|
- 0
|
|
2563
2561
|
version: "0"
|
|
2564
2562
|
requirements: []
|
|
2565
2563
|
|
|
2566
2564
|
rubyforge_project:
|
|
2567
|
-
rubygems_version: 1.
|
|
2565
|
+
rubygems_version: 1.3.7
|
|
2568
2566
|
signing_key:
|
|
2569
2567
|
specification_version: 3
|
|
2570
2568
|
summary: ""
|