nysol 3.0.1 → 3.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 47568cc0425729a28f3749309e70fced69c375ed
4
- data.tar.gz: 17e6a43e4729162e47836b570f7e12cb654f9c7d
2
+ SHA256:
3
+ metadata.gz: 8f96a12226b8114a8ac20fafed132ca7fd6c4a7129cddd1106d73d9a3c2a2c79
4
+ data.tar.gz: 70727bc4ee8cdbbb5d43b1d392bb078cae8762a271ff28d257b6f97cfa8bd12d
5
5
  SHA512:
6
- metadata.gz: 4726dbeaa3c4f10c5000a372f2b44a2ad258da3659566f6f9b8e50e3d3bfd5ceb878971f6d86167aea524f5d2b5912084c79882bbc4bd3a575cb521b0a285567
7
- data.tar.gz: cd6bfd3f95cb6bc2129f6500e4ad87b8bf371a22edba1577b73190a23583ca541bf668d6778b9a9bdd735878e12ea9f9da2c34dc1478d74b5906257e7a40ce54
6
+ metadata.gz: 7bfea0b9421085041e5257aa3d8a2018a2d281185480c5f46f213724898fe92ffd8813b8a094c4d6116aed1feb9bc89a68e20a7116194d6362e2863f465805ae
7
+ data.tar.gz: eeb410afac9e4c3782e8f9aa22a0c62d8457f6b2e362e46eccef0809f75e5e58fcc7565aae89e48bf930350f986e8c19b9c7c99692a00333b61b647e2b11080d
@@ -8,6 +8,11 @@ unless have_library("kgmod3")
8
8
  end
9
9
 
10
10
  $LOCAL_LIBS += "-lkgmod3"
11
+
12
+ $CFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
13
+ $CPPFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
14
+
15
+
11
16
  create_makefile("nysol/mcsvin")
12
17
 
13
18
 
@@ -22,11 +22,11 @@
22
22
  #include <iostream>
23
23
  #include <unistd.h>
24
24
  #include <sys/types.h>
25
- #include <ruby.h>
26
25
  #include <kgmodincludesort.h>
27
26
  #include <kgCSV.h>
28
27
  #include <kgArgFld.h>
29
28
  #include <kgMethod.h>
29
+ #include <ruby.h>
30
30
 
31
31
  extern "C" {
32
32
  void Init_mcsvin(void);
@@ -10,5 +10,8 @@ unless have_library("kgmod3")
10
10
  end
11
11
 
12
12
  $LOCAL_LIBS += "-lkgmod3"
13
+ $CFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
14
+ $CPPFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
15
+
13
16
  create_makefile("nysol/mcsvout")
14
17
 
@@ -8,5 +8,8 @@ unless have_library("kgmod3")
8
8
  end
9
9
 
10
10
  $LOCAL_LIBS += "-lkgmod3"
11
+ $CFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
12
+ $CPPFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
13
+
11
14
  create_makefile("nysol/mmethods")
12
15
 
@@ -29,12 +29,12 @@
29
29
  #include <iostream>
30
30
  #include <unistd.h>
31
31
  #include <sys/types.h>
32
- #include <ruby.h>
33
32
  #include <kgmod.h>
34
33
  #include <kgCSV.h>
35
34
  #include <kgArgs.h>
36
35
  #include <kgMessage.h>
37
36
  #include <kgMethod.h>
37
+ #include <ruby.h>
38
38
 
39
39
  using namespace std;
40
40
  using namespace kglib;
@@ -8,5 +8,8 @@ unless have_library("kgmod3")
8
8
  end
9
9
 
10
10
  $LOCAL_LIBS += "-lkgmod3"
11
+ $CFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
12
+ $CPPFLAGS += "-std=c++11 -Wno-reserved-user-defined-literal -Wno-enum-constexpr-conversion"
13
+
11
14
  create_makefile("nysol/mtable")
12
15
 
@@ -24,9 +24,9 @@
24
24
  #include <fcntl.h>
25
25
  #include <sys/stat.h>
26
26
  #include <sys/types.h>
27
- #include <ruby.h>
28
27
  #include <kgmod.h>
29
28
  #include <kgMethod.h>
29
+ #include <ruby.h>
30
30
 
31
31
 
32
32
  #define BUFSIZE 102400
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nysol
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - nysol
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-28 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: 'refer : http://www.nysol.jp/'
@@ -40,6 +40,20 @@ extensions:
40
40
  - ext/mtable/extconf.rb
41
41
  extra_rdoc_files: []
42
42
  files:
43
+ - bin/blueKiller.rb
44
+ - bin/mdistcopy.rb
45
+ - bin/meach.rb
46
+ - bin/meachc.rb
47
+ - bin/msend.rb
48
+ - bin/mtempclean.rb
49
+ - ext/mcsvin/extconf.rb
50
+ - ext/mcsvin/mcsvin.cpp
51
+ - ext/mcsvout/extconf.rb
52
+ - ext/mcsvout/mcsvout.cpp
53
+ - ext/mmethods/extconf.rb
54
+ - ext/mmethods/mmethods.cpp
55
+ - ext/mtable/extconf.rb
56
+ - ext/mtable/mtable.cpp
43
57
  - lib/nysol/margs.rb
44
58
  - lib/nysol/mcmd.rb
45
59
  - lib/nysol/mnettools.rb
@@ -49,20 +63,6 @@ files:
49
63
  - lib/nysol/msysteminfo.rb
50
64
  - lib/nysol/mtemp.rb
51
65
  - lib/nysol/mutils.rb
52
- - ext/mcsvin/extconf.rb
53
- - ext/mcsvout/extconf.rb
54
- - ext/mmethods/extconf.rb
55
- - ext/mtable/extconf.rb
56
- - ext/mcsvin/mcsvin.cpp
57
- - ext/mcsvout/mcsvout.cpp
58
- - ext/mmethods/mmethods.cpp
59
- - ext/mtable/mtable.cpp
60
- - bin/blueKiller.rb
61
- - bin/mdistcopy.rb
62
- - bin/meach.rb
63
- - bin/meachc.rb
64
- - bin/msend.rb
65
- - bin/mtempclean.rb
66
66
  homepage: http://www.nysol.jp/
67
67
  licenses: []
68
68
  metadata: {}
@@ -72,17 +72,16 @@ require_paths:
72
72
  - lib
73
73
  required_ruby_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - '>='
75
+ - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubyforge_project:
85
- rubygems_version: 2.0.14
84
+ rubygems_version: 3.0.3.1
86
85
  signing_key:
87
86
  specification_version: 4
88
87
  summary: Tools for nysol ruby tools