LazGem 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/LazGem.gemspec +3 -3
- data/lib/LazGem/version.rb +1 -1
- metadata +4 -2
data/LazGem.gemspec
CHANGED
|
@@ -6,12 +6,12 @@ require 'LazGem/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "LazGem"
|
|
8
8
|
spec.version = LazGem::VERSION
|
|
9
|
-
spec.authors = ["NaotakaSaito"]
|
|
10
|
-
spec.email = ["saitou088@dsn.lapis-semi.com"]
|
|
9
|
+
spec.authors = ["NaotakaSaito","Eiichi Saito"]
|
|
10
|
+
spec.email = ["saitou088@dsn.lapis-semi.com","saito253@dsn.lapis-semi.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Lazurite ruby gem}
|
|
13
13
|
spec.description = %q{low power IoT device }
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/LAPIS-Lazurite/LazGem"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
data/lib/LazGem/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: LazGem
|
|
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:
|
|
8
8
|
- NaotakaSaito
|
|
9
|
+
- Eiichi Saito
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: exe
|
|
11
12
|
cert_chain: []
|
|
@@ -62,6 +63,7 @@ dependencies:
|
|
|
62
63
|
description: ! 'low power IoT device '
|
|
63
64
|
email:
|
|
64
65
|
- saitou088@dsn.lapis-semi.com
|
|
66
|
+
- saito253@dsn.lapis-semi.com
|
|
65
67
|
executables: []
|
|
66
68
|
extensions: []
|
|
67
69
|
extra_rdoc_files: []
|
|
@@ -82,7 +84,7 @@ files:
|
|
|
82
84
|
- lib/LazGem/version.rb
|
|
83
85
|
- sample/sample_rx.rb
|
|
84
86
|
- sample/sample_tx.rb
|
|
85
|
-
homepage: https://github.com/
|
|
87
|
+
homepage: https://github.com/LAPIS-Lazurite/LazGem
|
|
86
88
|
licenses:
|
|
87
89
|
- MIT
|
|
88
90
|
post_install_message:
|