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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78e6facb296388409ee93f813dd13df16328080a
4
- data.tar.gz: 6b953a9921e80720effbc1c3add6d3fcd89eb6d0
3
+ metadata.gz: c6becebc9bc17cf84d602910b96c72b6cf086c97
4
+ data.tar.gz: 8e85d3c61104a3575f6cebc3020c8c416598efd7
5
5
  SHA512:
6
- metadata.gz: cbbc6a7fa737ecac16031ab2ef2daf5cd32788d39288fad3590ca79eed9e94374c4cf31ec1c0acd6e33f0d9634a01def63f664bc802c932c7072028b777b5cca
7
- data.tar.gz: 3546f1f42f43158c5af677ab61d1c3184a7a67877e010fa944e0d74c553b903411a937e29183f51685e7894f25c37025e504f054cfe62533f0202373fbd89ba5
6
+ metadata.gz: a7c5492340d8cc6da381072cb5c4ea60441d11c538aa71700b01603de68a10dd6155072952f5aaa3cf5614ee34a91809ea40a156800b8b92beda061d47b7566a
7
+ data.tar.gz: eb6ce394d7bc36e6b056e0252b402dc0030020cedb242298f8d0ef5b18b6336880bd4882f86468f896b7f7b8b57aac55bd13a98d85c88cb6798e676c14ece81d
data/CHANGES CHANGED
@@ -1,5 +1,9 @@
1
1
  = sdrt changelog
2
2
 
3
+ == Version 0.2.2 [2017-04-24] released
4
+
5
+ * Add example
6
+
3
7
  == Version 0.2.1 [2017-04-24] released
4
8
 
5
9
  * Add --till option
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
@@ -0,0 +1,4 @@
1
+ #vim:syntax=yaml
2
+ ---
3
+ sculd_dir: /home/ippei/doc/reminder
4
+ weekdays: [ "日", "月", "火", "水", "木", "金", "土" ]
@@ -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 に『理科系の作文技術』
@@ -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.1 ruby lib
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.1"
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.1
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