browser_app_base 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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/browser_app_base.gemspec +1 -1
- data/lib/browser_app_base/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63c1acfb3f65ae7519a6f74b1a0b2b138fd04f129585070c11e4211850c0a880
|
|
4
|
+
data.tar.gz: df7982ee9fe63c7442ac7f53404921aec97bd83fce49a36888df10b6dd58be8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9610604a065b31f377798eb211b13ac92b50770d353058d7ad9a969b4b2071c82e9f927725ca3c76fe494b09edb6842ff98323991a126f50ca2dfe51fda2aa3d
|
|
7
|
+
data.tar.gz: 4db1d41f410dc0f546d4db93895118821530d955cb0b098506b823c2906538c6a131460afea3b156773253e8ca6c8c98bd3564e5ed8a952b2dffefbc7fd3b56d
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# BrowserAppBase
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Windows and Linux browser-based desktop application templates.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
You need a Chrome browser to run it.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
data/browser_app_base.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "browser app base"
|
|
12
12
|
spec.description = "browser application template"
|
|
13
|
-
spec.homepage = "https://github.com/
|
|
13
|
+
spec.homepage = "https://github.com/kuwayama1971/BrowserAppBase"
|
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
|
15
15
|
|
|
16
16
|
#spec.metadata["allowed_push_host"] = "http://mygemserver.com"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browser_app_base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- masataka kuwayama
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- lib/template/server_app.rb
|
|
122
122
|
- lib/template/start.rb
|
|
123
123
|
- lib/template/wsserver.rb
|
|
124
|
-
homepage: https://github.com/
|
|
124
|
+
homepage: https://github.com/kuwayama1971/BrowserAppBase
|
|
125
125
|
licenses: []
|
|
126
126
|
metadata: {}
|
|
127
127
|
post_install_message:
|