sculd 0.2.1 → 0.2.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/CHANGES +4 -0
- data/VERSION +1 -1
- data/example/dot.sculd +4 -0
- data/example/main.txt +10 -0
- data/sculd.gemspec +4 -2
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6becebc9bc17cf84d602910b96c72b6cf086c97
|
|
4
|
+
data.tar.gz: 8e85d3c61104a3575f6cebc3020c8c416598efd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7c5492340d8cc6da381072cb5c4ea60441d11c538aa71700b01603de68a10dd6155072952f5aaa3cf5614ee34a91809ea40a156800b8b92beda061d47b7566a
|
|
7
|
+
data.tar.gz: eb6ce394d7bc36e6b056e0252b402dc0030020cedb242298f8d0ef5b18b6336880bd4882f86468f896b7f7b8b57aac55bd13a98d85c88cb6798e676c14ece81d
|
data/CHANGES
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/example/dot.sculd
ADDED
data/example/main.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
[2017-04-23]- 構造最適化から一点計算
|
|
2
|
+
[2017-04-21]- ~/doc/programming/vasputils/example/poscar/pov/geomopt
|
|
3
|
+
|
|
4
|
+
[2017-04-28]@ 工作センター利用ガイダンス予定日
|
|
5
|
+
|
|
6
|
+
[2017-05-08]! ガラスバッチ交換(学生用・教員用。両方可能になってからまとめて。)。
|
|
7
|
+
[2017-05-05]!14 自転車駐輪場 定期 更新
|
|
8
|
+
[2017-05-01]!3 予定表(~/doc/schedule.ods)
|
|
9
|
+
|
|
10
|
+
[2017-10-01]+ B4 に『理科系の作文技術』
|
data/sculd.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: sculd 0.2.
|
|
5
|
+
# stub: sculd 0.2.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "sculd"
|
|
9
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -30,6 +30,8 @@ Gem::Specification.new do |s|
|
|
|
30
30
|
"VERSION",
|
|
31
31
|
"bin/dates",
|
|
32
32
|
"bin/sculd",
|
|
33
|
+
"example/dot.sculd",
|
|
34
|
+
"example/main.txt",
|
|
33
35
|
"lib/sculd.rb",
|
|
34
36
|
"lib/sculd/manager.rb",
|
|
35
37
|
"lib/sculd/plan.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sculd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ippei94da
|
|
@@ -116,6 +116,8 @@ files:
|
|
|
116
116
|
- VERSION
|
|
117
117
|
- bin/dates
|
|
118
118
|
- bin/sculd
|
|
119
|
+
- example/dot.sculd
|
|
120
|
+
- example/main.txt
|
|
119
121
|
- lib/sculd.rb
|
|
120
122
|
- lib/sculd/manager.rb
|
|
121
123
|
- lib/sculd/plan.rb
|