lita-chm 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/Gemfile.lock +41 -52
- data/lib/lita/handlers/chm.rb +7 -3
- data/lita-chm.gemspec +1 -1
- data/spec/fixtures/chm.html +388 -192
- metadata +23 -24
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3448a4a6dfba57502413385053a5452b5ffb2d6
|
4
|
+
data.tar.gz: 15281baa591fa6b958acd594766c6313a4970dc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4673db1e9c63f5eed1eac64a09a1ed21e4c29a2bbbcea3fe407638428b413ed49f187117e781328d3a458e37919e90a16225a5e5c6ea449d0567dc48767c5412
|
7
|
+
data.tar.gz: d78198e9bf8bd96be9f1442ab00c3fd10f84c958e7b5f8766612850165568a20eb8d72b939acd93cedad07c0218f93692cca60cf37b303ad875c196296861792
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,33 +1,31 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lita-chm (0.0.
|
4
|
+
lita-chm (0.0.3)
|
5
5
|
lita (>= 4.3)
|
6
6
|
nokogiri
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
simplecov (~> 0.
|
11
|
+
concurrent-ruby (1.0.5)
|
12
|
+
coveralls (0.8.22)
|
13
|
+
json (>= 1.8, < 3)
|
14
|
+
simplecov (~> 0.16.1)
|
15
15
|
term-ansicolor (~> 1.3)
|
16
|
-
thor (~> 0.19.
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
faraday (0.10.1)
|
16
|
+
thor (~> 0.19.4)
|
17
|
+
tins (~> 1.6)
|
18
|
+
diff-lcs (1.3)
|
19
|
+
docile (1.3.1)
|
20
|
+
faraday (0.15.2)
|
22
21
|
multipart-post (>= 1.2, < 3)
|
23
|
-
http-cookie (1.0.2)
|
24
|
-
domain_name (~> 0.5)
|
25
22
|
http_router (0.11.2)
|
26
23
|
rack (>= 1.0.0)
|
27
24
|
url_mount (~> 0.2.1)
|
28
|
-
i18n (
|
25
|
+
i18n (1.1.0)
|
26
|
+
concurrent-ruby (~> 1.0)
|
29
27
|
ice_nine (0.11.2)
|
30
|
-
json (1.
|
28
|
+
json (2.1.0)
|
31
29
|
lita (4.7.1)
|
32
30
|
bundler (>= 1.3)
|
33
31
|
faraday (>= 0.8.7)
|
@@ -40,49 +38,40 @@ GEM
|
|
40
38
|
rb-readline (>= 0.5.1)
|
41
39
|
redis-namespace (>= 1.3.0)
|
42
40
|
thor (>= 0.18.1)
|
43
|
-
mime-types (2.5)
|
44
41
|
mini_portile2 (2.1.0)
|
45
|
-
multi_json (1.
|
42
|
+
multi_json (1.13.1)
|
46
43
|
multipart-post (2.0.0)
|
47
|
-
|
48
|
-
nokogiri (1.7.0.1)
|
44
|
+
nokogiri (1.6.8.1)
|
49
45
|
mini_portile2 (~> 2.1.0)
|
50
|
-
puma (3.
|
51
|
-
rack (1.6.
|
52
|
-
rake (
|
53
|
-
rb-readline (0.5.
|
54
|
-
redis (3.3.
|
55
|
-
redis-namespace (1.
|
56
|
-
redis (
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
rspec (3.
|
62
|
-
rspec-
|
63
|
-
|
64
|
-
rspec-mocks (~> 3.2.0)
|
65
|
-
rspec-core (3.2.3)
|
66
|
-
rspec-support (~> 3.2.0)
|
67
|
-
rspec-expectations (3.2.1)
|
46
|
+
puma (3.11.4)
|
47
|
+
rack (1.6.10)
|
48
|
+
rake (12.3.1)
|
49
|
+
rb-readline (0.5.5)
|
50
|
+
redis (3.3.5)
|
51
|
+
redis-namespace (1.6.0)
|
52
|
+
redis (>= 3.0.4)
|
53
|
+
rspec (3.8.0)
|
54
|
+
rspec-core (~> 3.8.0)
|
55
|
+
rspec-expectations (~> 3.8.0)
|
56
|
+
rspec-mocks (~> 3.8.0)
|
57
|
+
rspec-core (3.8.0)
|
58
|
+
rspec-support (~> 3.8.0)
|
59
|
+
rspec-expectations (3.8.1)
|
68
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-mocks (3.
|
61
|
+
rspec-support (~> 3.8.0)
|
62
|
+
rspec-mocks (3.8.0)
|
71
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
73
|
-
rspec-support (3.
|
74
|
-
simplecov (0.
|
75
|
-
docile (~> 1.1
|
76
|
-
json (
|
64
|
+
rspec-support (~> 3.8.0)
|
65
|
+
rspec-support (3.8.0)
|
66
|
+
simplecov (0.16.1)
|
67
|
+
docile (~> 1.1)
|
68
|
+
json (>= 1.8, < 3)
|
77
69
|
simplecov-html (~> 0.10.0)
|
78
|
-
simplecov-html (0.10.
|
79
|
-
term-ansicolor (1.
|
70
|
+
simplecov-html (0.10.2)
|
71
|
+
term-ansicolor (1.6.0)
|
80
72
|
tins (~> 1.0)
|
81
|
-
thor (0.19.
|
82
|
-
tins (1.
|
83
|
-
unf (0.1.4)
|
84
|
-
unf_ext
|
85
|
-
unf_ext (0.0.7.1)
|
73
|
+
thor (0.19.4)
|
74
|
+
tins (1.16.3)
|
86
75
|
url_mount (0.2.1)
|
87
76
|
rack
|
88
77
|
|
@@ -98,4 +87,4 @@ DEPENDENCIES
|
|
98
87
|
simplecov
|
99
88
|
|
100
89
|
BUNDLED WITH
|
101
|
-
1.
|
90
|
+
1.16.4
|
data/lib/lita/handlers/chm.rb
CHANGED
@@ -28,16 +28,20 @@ module Lita
|
|
28
28
|
Nokogiri::HTML(http_response.body)
|
29
29
|
end
|
30
30
|
|
31
|
+
def extract_container(doc)
|
32
|
+
doc.css('.chm-exhibit-container')[0]
|
33
|
+
end
|
34
|
+
|
31
35
|
def extract_title(doc)
|
32
|
-
doc.css('.
|
36
|
+
extract_container(doc).css('.chm-tdih-entry-title').text
|
33
37
|
end
|
34
38
|
|
35
39
|
def extract_date(doc)
|
36
|
-
doc.css('.
|
40
|
+
extract_container(doc).css('.chm-tdih-entry-date').text
|
37
41
|
end
|
38
42
|
|
39
43
|
def extract_desc(doc)
|
40
|
-
doc.css('.
|
44
|
+
extract_container(doc).css('.chm-tdih-entry-content').text
|
41
45
|
end
|
42
46
|
|
43
47
|
end
|
data/lita-chm.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-chm"
|
3
|
-
spec.version = "0.0.
|
3
|
+
spec.version = "0.0.3"
|
4
4
|
spec.authors = ["Carlos Paramio"]
|
5
5
|
spec.email = ["hola@carlosparamio.com"]
|
6
6
|
spec.description = %q{Shows a short history lesson of the day from the Computer History Museum.}
|
data/spec/fixtures/chm.html
CHANGED
@@ -1,192 +1,388 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
<html
|
3
|
-
<head>
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
<link rel="stylesheet"
|
9
|
-
<link rel="stylesheet"
|
10
|
-
<link rel="stylesheet"
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
<
|
15
|
-
|
16
|
-
.
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<!--[if
|
21
|
-
<
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
<![endif]-->
|
26
|
-
|
27
|
-
|
28
|
-
<
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
<div
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
<
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8">
|
5
|
+
|
6
|
+
<title>What Happened Today, September 13th | This Day in History | Computer History Museum</title>
|
7
|
+
|
8
|
+
<link rel="stylesheet" href="/_lib/css/pure-release-0.6.0/pure-min.css">
|
9
|
+
<link rel="stylesheet" href="/_lib/css/pure-release-0.6.0/base-min.css">
|
10
|
+
<link rel="stylesheet" href="/_lib/css/font-awesome-4.4.0/css/font-awesome.css">
|
11
|
+
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css" />
|
12
|
+
<link rel="stylesheet" href="/_chm/css/exhibits/chm.slider.menu.dark.v2.css" media="all" >
|
13
|
+
<link rel="stylesheet" href="/_chm/css/exhibits/exhibits.css" media="all">
|
14
|
+
<link rel="stylesheet" href="/_chm/css/exhibits/tdih.css" media="all">
|
15
|
+
|
16
|
+
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic" rel="stylesheet" type="text/css">
|
17
|
+
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css">
|
18
|
+
<link href="//fonts.googleapis.com/css?family=Raleway:200,300,400,500,600" rel="stylesheet" type="text/css">
|
19
|
+
|
20
|
+
<!--[if lte IE 8]>
|
21
|
+
<link rel="stylesheet" href="/_lib/css/pure-release-0.6.0/grids-responsive-old-ie-min.css">
|
22
|
+
<![endif]-->
|
23
|
+
<!--[if gt IE 8]>
|
24
|
+
<link rel="stylesheet" href="/_lib/css/pure-release-0.6.0/grids-responsive-min.css">
|
25
|
+
<![endif]-->
|
26
|
+
|
27
|
+
|
28
|
+
<body>
|
29
|
+
<div id="chm-exhibit-container">
|
30
|
+
<header id="chm-exhibit-header" class="pure-g">
|
31
|
+
<a id="chm-exhibit-logo" href="/tdih/">
|
32
|
+
<img class="pure-img" src="/tdih/_media/bgrnd/tdih-header-tmp.jpg" alt="This Day in History | Computer History Museum" />
|
33
|
+
</a>
|
34
|
+
</header>
|
35
|
+
|
36
|
+
|
37
|
+
<nav id="chm-exhibit-nav-bar">
|
38
|
+
<div id="today" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/">Today</a></div>
|
39
|
+
<div id="January" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/january/">January</a></div>
|
40
|
+
<div id="February" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/february/">February</a></div>
|
41
|
+
<div id="March" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/march/">March</a></div>
|
42
|
+
<div id="April" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/april/">April</a></div>
|
43
|
+
<div id="May" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/may/">May</a></div>
|
44
|
+
<div id="June" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/june/">June</a></div>
|
45
|
+
<div id="July" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/july/">July</a></div>
|
46
|
+
<div id="August" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/august/">August</a></div>
|
47
|
+
<div id="September" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/september/">September</a></div>
|
48
|
+
<div id="October" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/october/">October</a></div>
|
49
|
+
<div id="November" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/november/">November</a></div>
|
50
|
+
<div id="December" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/december/">December</a></div>
|
51
|
+
<div id="search" class="chm-exhibit-nav-bar-item"><a class="chm-exhibit-nav-bar-link" href="/tdih/search/"><i class="fa fa-search" aria-hidden="true"></i></a></div>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<main id="chm-exhibit-content" class="pure-g slidr" role="main">
|
59
|
+
<article class="chm-exhibit-content pure-u-1-1">
|
60
|
+
<div class="content pure-g clearfix">
|
61
|
+
<h1 id="timeline" class="chm-exhibit-content-header">What Happened Today, September 13th</h1>
|
62
|
+
|
63
|
+
<div class="chm-exhibit-container pure-u-1-1 clearfix chm-mt-24">
|
64
|
+
<div id="osborne-computer-declares-bankruptcy" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
65
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
66
|
+
<div class="media border day clearfix">
|
67
|
+
<div class="image day">
|
68
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/13september-1.jpg?w=600" alt="Osborne I">
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<div class="captions chm-adjust-height clearfix">
|
72
|
+
<span>Osborne I</span>
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
</div>
|
76
|
+
|
77
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
78
|
+
|
79
|
+
|
80
|
+
<div class="pure-u-13-24 pull-right">
|
81
|
+
<span class="chm-tdih-entry-date">september 13, 1983</span>
|
82
|
+
<span class="chm-tdih-entry-title">Osborne Computer Declares Bankruptcy</span>
|
83
|
+
<div class="chm-tdih-entry-content">Osborne Computer declares bankruptcy, two years after producing the first portable computer, the 24-pound Osborne I. Designed by company founder Adam Osborne, the $1,795 machine included software worth about $1,500. The machine featured a 5-inch display, 64 kilobytes of memory, a modem, and two 5 1/4-inch floppy disk drives<p>In April 1981, <i>Byte Magazine</i> Editor-in-Chief Chris Morgan mentioned the Osborne I in an article on "Future Trends in Personal Computing." He wrote: "I recently had an opportunity to see the Osborne I in action. I was impressed with it's compactness: it will fit under an airplane seat. (Adam Osborne is currently seeking approval from the FAA to operate the unit on board a plane.) One quibble: the screen may be too small for some people's taste."</div>
|
84
|
+
</div>
|
85
|
+
</div>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
<div class="chm-exhibit-container pure-u-1-1 clearfix chm-mt-24">
|
89
|
+
<h2 class="chm-exhibit-content-subheader">What Happened This Week</h2>
|
90
|
+
|
91
|
+
<div id="first-instance-of-actual-computer-bug-being-found" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
92
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
93
|
+
<div class="media day border day clearfix">
|
94
|
+
<div class="image day">
|
95
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/09september-1.jpg?w=600" alt="Log entry describing "first computer bug"">
|
96
|
+
</div>
|
97
|
+
|
98
|
+
<div class="captions chm-adjust-height clearfix">
|
99
|
+
<span>Log entry describing "first computer bug"</span>
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
</div>
|
103
|
+
|
104
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
105
|
+
|
106
|
+
|
107
|
+
<div class="pure-u-13-24 pull-right">
|
108
|
+
<span class="chm-tdih-entry-date">september 9, 1947</span>
|
109
|
+
<span class="chm-tdih-entry-title">First Instance of Actual Computer Bug Being Found</span>
|
110
|
+
<div class="chm-tdih-entry-content">At 3:45 p.m., Grace Murray Hopper records 'the first computer bug' in the Harvard Mark II computer's log book. The problem was traced to a moth stuck between relay contacts in the computer, which Hopper duly taped into the Mark II's log book with the explanation: “First actual case of bug being found.” The bug was actually found by others but Hopper made the logbook entry.</div>
|
111
|
+
</div>
|
112
|
+
</div>
|
113
|
+
<div id="microsoft-word-chief-architect-simonyi-born" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
114
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
115
|
+
<div class="media day border day clearfix">
|
116
|
+
<div class="image day">
|
117
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/sept-10-charlessimonyi.jpg?w=600" alt="">
|
118
|
+
</div>
|
119
|
+
|
120
|
+
</div>
|
121
|
+
</div>
|
122
|
+
|
123
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
124
|
+
|
125
|
+
|
126
|
+
<div class="pure-u-13-24 pull-right">
|
127
|
+
<span class="chm-tdih-entry-date">september 10, 1948</span>
|
128
|
+
<span class="chm-tdih-entry-title">Microsoft Word Chief Architect Simonyi Born</span>
|
129
|
+
<div class="chm-tdih-entry-content">Charles Simonyi, whose work as chief architect of Microsoft Word is born in Budapest, Hungary. After moving to the United States for study at the University of California, Berkeley, Simonyi took a job at the Xerox PARC in Palo Alto, developing the first WYSIWYG (What You See Is What You Get) word-processing editor. Later, at Microsoft, he integrated such theories into Word and Multiplan, the predecessor of the Microsoft Excel spreadsheet.</div>
|
130
|
+
</div>
|
131
|
+
</div>
|
132
|
+
<div id="first-public-remote-computation-is-demonstrated" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
133
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
134
|
+
<div class="media day border day clearfix">
|
135
|
+
<div class="image day">
|
136
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/11september-1.jpg?w=600" alt="Telegraph terminal">
|
137
|
+
</div>
|
138
|
+
|
139
|
+
<div class="captions chm-adjust-height clearfix">
|
140
|
+
<span>Telegraph terminal</span>
|
141
|
+
</div>
|
142
|
+
</div>
|
143
|
+
</div>
|
144
|
+
|
145
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
146
|
+
|
147
|
+
|
148
|
+
<div class="pure-u-13-24 pull-right">
|
149
|
+
<span class="chm-tdih-entry-date">september 11, 1940</span>
|
150
|
+
<span class="chm-tdih-entry-title">First Public Remote Computation is Demonstrated</span>
|
151
|
+
<div class="chm-tdih-entry-content">The first public demonstration of remote computation occurs during a meeting of the American Mathematical Society at Dartmouth College. Bell Laboratories researcher George Stibitz set up a terminal that allowed conference attendees to perform remote calculations over telephone lines with Bell Labs’ Complex Number Calculator in New York City. Stibitz had first tested the connection on September 9, an event memorialized by a plaque in front of McNutt Hall at Dartmouth College.</div>
|
152
|
+
</div>
|
153
|
+
</div>
|
154
|
+
<div id="successful-test-of-the-first-integrated-circuit" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
155
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
156
|
+
<div class="media day border day clearfix">
|
157
|
+
<div class="image day">
|
158
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/12september-1.jpg?w=600" alt="Kilby integrated circuit">
|
159
|
+
</div>
|
160
|
+
|
161
|
+
<div class="captions chm-adjust-height clearfix">
|
162
|
+
<span>Kilby integrated circuit</span>
|
163
|
+
</div>
|
164
|
+
</div>
|
165
|
+
</div>
|
166
|
+
|
167
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
168
|
+
|
169
|
+
|
170
|
+
<div class="pure-u-13-24 pull-right">
|
171
|
+
<span class="chm-tdih-entry-date">september 12, 1958</span>
|
172
|
+
<span class="chm-tdih-entry-title">Successful Test of the First Integrated Circuit</span>
|
173
|
+
<div class="chm-tdih-entry-content">Jack Kilby successfully tests the first integrated circuit at Texas Instruments to prove that resistors and capacitors could exist on the same piece of semiconductor material. His circuit consisted of a sliver of germanium with five components linked by wires. Along with Bob Noyce, he is considered the inventor of the integrated circuit (IC).</div>
|
174
|
+
</div>
|
175
|
+
</div>
|
176
|
+
<div id="osborne-computer-declares-bankruptcy" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
177
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
178
|
+
<div class="media day border day clearfix">
|
179
|
+
<div class="image day">
|
180
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/13september-1.jpg?w=600" alt="Osborne I">
|
181
|
+
</div>
|
182
|
+
|
183
|
+
<div class="captions chm-adjust-height clearfix">
|
184
|
+
<span>Osborne I</span>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
</div>
|
188
|
+
|
189
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
190
|
+
|
191
|
+
|
192
|
+
<div class="pure-u-13-24 pull-right">
|
193
|
+
<span class="chm-tdih-entry-date">september 13, 1983</span>
|
194
|
+
<span class="chm-tdih-entry-title">Osborne Computer Declares Bankruptcy</span>
|
195
|
+
<div class="chm-tdih-entry-content">Osborne Computer declares bankruptcy, two years after producing the first portable computer, the 24-pound Osborne I. Designed by company founder Adam Osborne, the $1,795 machine included software worth about $1,500. The machine featured a 5-inch display, 64 kilobytes of memory, a modem, and two 5 1/4-inch floppy disk drives<p>In April 1981, <i>Byte Magazine</i> Editor-in-Chief Chris Morgan mentioned the Osborne I in an article on "Future Trends in Personal Computing." He wrote: "I recently had an opportunity to see the Osborne I in action. I was impressed with it's compactness: it will fit under an airplane seat. (Adam Osborne is currently seeking approval from the FAA to operate the unit on board a plane.) One quibble: the screen may be too small for some people's taste."</div>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
<div id="bank-of-america-accepts-the-erma-system" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
199
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
200
|
+
<div class="media day border day clearfix">
|
201
|
+
<div class="image day">
|
202
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/sep-14-erma.jpg?w=600" alt="">
|
203
|
+
</div>
|
204
|
+
|
205
|
+
</div>
|
206
|
+
</div>
|
207
|
+
|
208
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
209
|
+
|
210
|
+
|
211
|
+
<div class="pure-u-13-24 pull-right">
|
212
|
+
<span class="chm-tdih-entry-date">september 14, 1959</span>
|
213
|
+
<span class="chm-tdih-entry-title">Bank of America Accepts the ERMA System</span>
|
214
|
+
<div class="chm-tdih-entry-content">Bank of America accepts the ERMA (Electronic Recording Method of Accounting) system. This revolutionary system digitized checking for the Bank of America by creating a computer-readable font. A special scanner read account numbers preprinted on checks in magnetic ink. The system was developed at the Stanford Research Institute in Menlo Park, California.</div>
|
215
|
+
</div>
|
216
|
+
</div>
|
217
|
+
<div id="the-association-for-computing-machinery-is-founded" class="chm-exhibit-timeline-decade-row pure-g clearfix">
|
218
|
+
<div class="pure-u-5-12 pull-left clearfix chm-mb-24">
|
219
|
+
<div class="media day border day clearfix">
|
220
|
+
<div class="image day">
|
221
|
+
<img class="img-responsive link" src="//images.computerhistory.org/tdih/sept-15-acmlogo.jpeg?w=600" alt="">
|
222
|
+
</div>
|
223
|
+
|
224
|
+
</div>
|
225
|
+
</div>
|
226
|
+
|
227
|
+
<div class="pure-u-1-24 pull-left"> </div>
|
228
|
+
|
229
|
+
|
230
|
+
<div class="pure-u-13-24 pull-right">
|
231
|
+
<span class="chm-tdih-entry-date">september 15, 1947</span>
|
232
|
+
<span class="chm-tdih-entry-title">The Association for Computing Machinery is Founded</span>
|
233
|
+
<div class="chm-tdih-entry-content">The Association for Computing Machinery (ACM) is founded. With more than 100,000 members from over 100 countries as of 2014, ACM organizes conferences and educational workshops to exchange information on computing technology.</div>
|
234
|
+
</div>
|
235
|
+
</div>
|
236
|
+
</div>
|
237
|
+
|
238
|
+
|
239
|
+
</div>
|
240
|
+
</article>
|
241
|
+
</main>
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
<div id="slider" class="left">
|
246
|
+
<div style="display: block; width: 280px; height: 100%; position: relative;">
|
247
|
+
<div id="chm-slider-left-menu-content" class="slider" style="overflow-x: hidden; white-space: nowrap;">
|
248
|
+
<ul id="slider-left-menu">
|
249
|
+
<li><a class="chm-logo" href="/"><img src="/_chm/img/chm/chm-logo-white-sm.png" alt="Computer History Museum" /></a></li>
|
250
|
+
<li><a class="" href="/visit/">Visit Us</a></li>
|
251
|
+
<li><a class="" href="/exhibits/">Exhibits</a>
|
252
|
+
<ul id="slider-left-menu-exhibits">
|
253
|
+
<li class="slider-left-menu-subtitle"><h3>Online Exhibits</h3></li>
|
254
|
+
<li id="revolution"><a href="/revolution/">Revolution</a></li>
|
255
|
+
<li id="makesofwtare"><a href="/makesoftware/">Make Software: Change the World!</a></li>
|
256
|
+
<li id="fellowawards"><a href="/fellowawards/hall/">Hall of Fellows</a></li>
|
257
|
+
<li id="internethistory"><a href="/internethistory/">Internet History 1962 to 1992</a></li>
|
258
|
+
<li id="chess"><a href="/chess/">Mastering the Game</a></li>
|
259
|
+
<li id="microprocessors"><a href="/microprocessors/">Microprocessors 1971 to 1996</a></li>
|
260
|
+
<li id="pdp-1"><a href="/pdp-1/">PDP-1 Restoration Project</a></li>
|
261
|
+
<li id="brochures"><a href="/brochures/">Selling the Computer Revolution</a></li>
|
262
|
+
<li id="babbage"><a href="/babbage/">The Babbage Engine</a></li>
|
263
|
+
<li id="siliconengine"><a href="/siliconengine/">The Silicon Engine</a></li>
|
264
|
+
<li id="storageengine"><a href="/storageengine/">The Storage Engine</a></li>
|
265
|
+
<li id="tdih"><a href="/tdih/">This Day in History</a></li>
|
266
|
+
<li id="timeline"><a href="/timeline/">Timeline of Computer History</a></li>
|
267
|
+
<li id="virtualvisiblestorage"><a href="/visiblestorage/">Visible Storage</a></li>
|
268
|
+
</ul>
|
269
|
+
</li>
|
270
|
+
<li><a class="" href="/events/upcoming/">Events</a></li>
|
271
|
+
<li><a class="" href="/education/">Education</a></li>
|
272
|
+
<li><a class="" href="/collections/">Collections</a></li>
|
273
|
+
<li><a class="" href="/centers/">Centers</a></li>
|
274
|
+
<li><a class="" href="/atchm/">@chm</a></li>
|
275
|
+
</ul>
|
276
|
+
|
277
|
+
<div id="slider-social-media-container" class="pure-g">
|
278
|
+
<div class="slider-social-media">
|
279
|
+
<a class="slider-social-media facebook" href="https://www.facebook.com/computerhistory/" target="new">
|
280
|
+
<img src="/_chm/img/socialmedia/facebook.png" alt="Like Us on Facebook" /> </a>
|
281
|
+
</div>
|
282
|
+
<div class="slider-social-media">
|
283
|
+
<a class="slider-social-media twitter" href="https://twitter.com/ComputerHistory" target="new">
|
284
|
+
<img src="/_chm/img/socialmedia/twitter.png" alt="Follow Us on Twitter" /> </a>
|
285
|
+
</div>
|
286
|
+
<div class="slider-social-media">
|
287
|
+
<a class="slider-social-media youtube" href="https://www.youtube.com/user/ComputerHistory" target="new">
|
288
|
+
<img src="/_chm/img/socialmedia/youtube.png" alt="" /> </a>
|
289
|
+
</div>
|
290
|
+
<div class="slider-social-media">
|
291
|
+
<a class="slider-social-media instagram" href="https://www.instagram.com/computerhistory/" target="new">
|
292
|
+
<img src="/_chm/img/socialmedia/instagram.png" alt="" /> </a>
|
293
|
+
</div>
|
294
|
+
</div>
|
295
|
+
</div>
|
296
|
+
|
297
|
+
<div id="chm-slider-left-menu-controls">
|
298
|
+
<div id="chm-slider-menu-open" class="c-hamburger c-hamburger--htx"><span>toggle menu</span></div>
|
299
|
+
<div id="chm-slider-menu-logo" class="logo"><img src="/_chm/img/chm/chm-logo-btn.png" alt="Computer History Museum" /></div>
|
300
|
+
</div>
|
301
|
+
</div>
|
302
|
+
</div>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
<!--// Footer Content -->
|
307
|
+
<footer id="chm-exhibit-footer" class="">
|
308
|
+
© Computer History Museum
|
309
|
+
</footer>
|
310
|
+
<!-- Footer Content //-->
|
311
|
+
</div>
|
312
|
+
|
313
|
+
|
314
|
+
|
315
|
+
<script type="text/javascript" src="/_lib/js/jquery-1.11.1/jquery-1.11.1.min.js"></script>
|
316
|
+
<script type="text/javascript" src="/_lib/js/scrollup-2.4.0/jquery.scrollUp.min.js"></script>
|
317
|
+
<script type="text/javascript" src="/_chm/js/exhibits/chm.slider.menu.v2.js"></script>
|
318
|
+
<script type="text/javascript" src="/_lib/js/masonry-3.1.5/masonry.pkgd.min.js"></script>
|
319
|
+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script>
|
320
|
+
<script type="text/javascript" src="//npmcdn.com/imagesloaded@4.1/imagesloaded.pkgd.min.js"></script>
|
321
|
+
<script type="text/javascript" src="/_lib/js/object-fit-images/dist/ofi.browser.js"></script>
|
322
|
+
<script type="text/javascript" src="/_chm/js/exhibits/exhibit.js"></script>
|
323
|
+
<script type="text/javascript" src="/_chm/js/exhibits/tdih.js"></script>
|
324
|
+
|
325
|
+
<script>
|
326
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
327
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
328
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
329
|
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
330
|
+
|
331
|
+
ga('create', 'UA-604998-1', 'computerhistory.org');
|
332
|
+
ga('send', 'pageview');
|
333
|
+
</script>
|
334
|
+
|
335
|
+
|
336
|
+
</body>
|
337
|
+
</html>
|
338
|
+
|
339
|
+
<!-- new sidr file -->
|
340
|
+
<div id="sidr" style="display: none;">
|
341
|
+
<ul id="sidr-left-menu">
|
342
|
+
<li><a class="chm-logo" href="/"><img src="/_chm/img/chm/chm-logo-white.png" alt="Computer History Museum" /></a></li>
|
343
|
+
<li><a class="" href="/visit/">Visit Us</a></li>
|
344
|
+
<li><a class="" href="/exhibits/">Exhibits</a>
|
345
|
+
<ul id="sidr-left-menu-exhibits">
|
346
|
+
<li class="sidr-left-menu-subtitle"><h3>Online Exhibits</h3></li>
|
347
|
+
<li id="revolution"><a href="/revolution/">Revolution</a></li>
|
348
|
+
<li id="makesoftware"><a href="/makesoftware/">Make Software: Change the World!</a></li>
|
349
|
+
<li id="fellowawards"><a href="/fellowawards/hall/">Hall of Fellows</a></li>
|
350
|
+
<li id="internethistory"><a href="/internethistory/">Internet History 1962 to 1992</a></li>
|
351
|
+
<li id="chess"><a href="/chess/">Mastering the Game</a></li>
|
352
|
+
<li id="microprocessors"><a href="/microprocessors/">Microprocessors 1971 to 1996</a></li>
|
353
|
+
<li id="pdp-1"><a href="/pdp-1/">PDP-1 Restoration Project</a></li>
|
354
|
+
<li id="brochures"><a href="/brochures/">Selling the Computer Revolution</a></li>
|
355
|
+
<li id="babbage"><a href="/babbage/">The Babbage Engine</a></li>
|
356
|
+
<li id="siliconengine"><a href="/siliconengine/">The Silicon Engine</a></li>
|
357
|
+
<li id="storageengine"><a href="/storageengine/">The Storage Engine</a></li>
|
358
|
+
<li id="tdih"><a href="/tdih/">This Day in History</a></li>
|
359
|
+
<li id="timeline"><a href="/timeline/">Timeline of Computer History</a></li>
|
360
|
+
<li id="virtualvisiblestorage"><a href="/virtualvisiblestorage/">Visible Storage</a></li>
|
361
|
+
</ul>
|
362
|
+
</li>
|
363
|
+
<li><a class="" href="/events/upcoming/">Events</a></li>
|
364
|
+
<li><a class="" href="/education/">Education</a></li>
|
365
|
+
<li><a class="" href="/collections/">Collections</a></li>
|
366
|
+
<li><a class="" href="/centers/">Centers</a></li>
|
367
|
+
<li><a class="" href="/atchm/">@chm</a></li>
|
368
|
+
</ul>
|
369
|
+
|
370
|
+
<div id="sidr-social-media-container" class="pure-g">
|
371
|
+
<div class="sidr-social-media">
|
372
|
+
<a class="sidr-social-media facebook" a href="https://www.facebook.com/computerhistory/" target="new"><img src="/_chm/img/socialmedia/facebook.png" alt="Like Us on Facebook" />
|
373
|
+
</a>
|
374
|
+
</div>
|
375
|
+
<div class="sidr-social-media">
|
376
|
+
<a class="sidr-social-media twitter" a href="https://twitter.com/ComputerHistory" target="new"><img src="/_chm/img/socialmedia/twitter.png" alt="Follow Us on Twitter" />
|
377
|
+
</a>
|
378
|
+
</div>
|
379
|
+
<div class="sidr-social-media">
|
380
|
+
<a class="sidr-social-media youtube" a href="https://www.youtube.com/user/ComputerHistory" target="new"><img src="/_chm/img/socialmedia/youtube.png" alt="" />
|
381
|
+
</a>
|
382
|
+
</div>
|
383
|
+
<div class="sidr-social-media">
|
384
|
+
<a class="sidr-social-media instagram" a href="https://www.instagram.com/computerhistory/" target="new"><img src="/_chm/img/socialmedia/instagram.png" alt="" />
|
385
|
+
</a>
|
386
|
+
</div>
|
387
|
+
</div>
|
388
|
+
</div>
|
metadata
CHANGED
@@ -1,111 +1,111 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lita-chm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carlos Paramio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lita
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '4.3'
|
20
20
|
type: :runtime
|
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: '4.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: nokogiri
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: bundler
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: coveralls
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rake
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - '>='
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rspec
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '>='
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '3.2'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '3.2'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: simplecov
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- -
|
101
|
+
- - '>='
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- -
|
108
|
+
- - '>='
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
description: Shows a short history lesson of the day from the Computer History Museum.
|
@@ -115,11 +115,10 @@ executables: []
|
|
115
115
|
extensions: []
|
116
116
|
extra_rdoc_files: []
|
117
117
|
files:
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
- ".travis.yml"
|
118
|
+
- .gitignore
|
119
|
+
- .rspec
|
120
|
+
- .ruby-gemset
|
121
|
+
- .travis.yml
|
123
122
|
- Gemfile
|
124
123
|
- Gemfile.lock
|
125
124
|
- LICENSE
|
@@ -141,17 +140,17 @@ require_paths:
|
|
141
140
|
- lib
|
142
141
|
required_ruby_version: !ruby/object:Gem::Requirement
|
143
142
|
requirements:
|
144
|
-
- -
|
143
|
+
- - '>='
|
145
144
|
- !ruby/object:Gem::Version
|
146
145
|
version: '0'
|
147
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
147
|
requirements:
|
149
|
-
- -
|
148
|
+
- - '>='
|
150
149
|
- !ruby/object:Gem::Version
|
151
150
|
version: '0'
|
152
151
|
requirements: []
|
153
152
|
rubyforge_project:
|
154
|
-
rubygems_version: 2.
|
153
|
+
rubygems_version: 2.0.3
|
155
154
|
signing_key:
|
156
155
|
specification_version: 4
|
157
156
|
summary: Shows a short history lesson of the day from the Computer History Museum
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.3.1
|