neutron-ruby-electron 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/neutron/neutron_npm_package/package.json +3 -3
- data/lib/neutron/version.rb +1 -1
- data/neutron.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47b2476c98aa0a883af1c521c8f7c4e591c95563
|
4
|
+
data.tar.gz: ab18e343f2a904cffb53ac22117a95c7ad4434c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54f4e9754fa75c16eede4671e50bd65d147f3df4975dd115621263b616d94f70a1ac5a0e34cac043e41fe02ca88d0f4eca960791e7c9ea87343eeda472a7c035
|
7
|
+
data.tar.gz: 89a2b830d17a1a5febd061f6639105acea0d290bae25d5aead4dd23f89fdc7cf229c4a3e659340bd4b33e8084292bfe451bdb65afc26a55c2b636c0c623d7d76
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Neutron is a mini framework to build desktop app with [Electron](https://electron.atom.io/) and [Ruby](https://www.ruby-lang.org/).
|
4
4
|
Neutron follow the pattern `MVC` where the `V` is handled by Electron and (if you want) [ReactJS](https://facebook.github.io/react/).
|
5
|
-
The `MC`
|
5
|
+
The `MC` is handled with pure Ruby code.
|
6
6
|
|
7
7
|
|
8
8
|
## Installation
|
@@ -117,7 +117,7 @@ In this componenet the sum is calculated by the method `add` in the Ruby control
|
|
117
117
|
|
118
118
|
## Contributing
|
119
119
|
|
120
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/neutron.
|
120
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/neutron-ruby-electron.
|
121
121
|
|
122
122
|
|
123
123
|
## License
|
@@ -8,7 +8,7 @@
|
|
8
8
|
},
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
|
-
"url": "git+https://github.com/pioz/neutron.git"
|
11
|
+
"url": "git+https://github.com/pioz/neutron-ruby-electron.git"
|
12
12
|
},
|
13
13
|
"keywords": [
|
14
14
|
"ruby",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"author": "pioz",
|
18
18
|
"license": "MIT",
|
19
19
|
"bugs": {
|
20
|
-
"url": "https://github.com/pioz/neutron/issues"
|
20
|
+
"url": "https://github.com/pioz/neutron-ruby-electron/issues"
|
21
21
|
},
|
22
|
-
"homepage": "https://github.com/pioz/neutron#readme"
|
22
|
+
"homepage": "https://github.com/pioz/neutron-ruby-electron#readme"
|
23
23
|
}
|
data/lib/neutron/version.rb
CHANGED
data/neutron.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Mini framework to build desktop app with Electron and Ruby}
|
13
13
|
spec.description = %q{Mini framework to build desktop app with Electron and Ruby}
|
14
|
-
spec.homepage = "https://github.com/pioz/neutron"
|
14
|
+
spec.homepage = "https://github.com/pioz/neutron-ruby-electron"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neutron-ruby-electron
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pioz
|
@@ -101,7 +101,7 @@ files:
|
|
101
101
|
- lib/neutron/template/src/main_window.js.tt
|
102
102
|
- lib/neutron/version.rb
|
103
103
|
- neutron.gemspec
|
104
|
-
homepage: https://github.com/pioz/neutron
|
104
|
+
homepage: https://github.com/pioz/neutron-ruby-electron
|
105
105
|
licenses:
|
106
106
|
- MIT
|
107
107
|
metadata:
|