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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e24b05eb4fa80d78c295b2b46c04703a6ece1c5
4
- data.tar.gz: 718c52213222e0e207e3d1c066d50a31b4039457
3
+ metadata.gz: d3448a4a6dfba57502413385053a5452b5ffb2d6
4
+ data.tar.gz: 15281baa591fa6b958acd594766c6313a4970dc3
5
5
  SHA512:
6
- metadata.gz: 1de5c92a047c8efc90811dca7120d9652d078dec895d2b0562fd8b3d2b4804d93d0a159a437cf33334f28f736ca7e99191d2f716d089d286ea1348e111ee23f4
7
- data.tar.gz: 234ed54ddd8c98594cde3f5a6a1b25f1a00bee04effb0a318812125576bec90ea3ec9a341c0647ac3308a8461e5651741487babbc3fdbbce5c4be73c48e8327a
6
+ metadata.gz: 4673db1e9c63f5eed1eac64a09a1ed21e4c29a2bbbcea3fe407638428b413ed49f187117e781328d3a458e37919e90a16225a5e5c6ea449d0567dc48767c5412
7
+ data.tar.gz: d78198e9bf8bd96be9f1442ab00c3fd10f84c958e7b5f8766612850165568a20eb8d72b939acd93cedad07c0218f93692cca60cf37b303ad875c196296861792
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  *.gem
2
2
  .bundle
3
3
  .coveralls.yml
4
- coverage
4
+ .ruby-version
5
+ coverage
@@ -1,33 +1,31 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lita-chm (0.0.2)
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
- coveralls (0.8.1)
12
- json (~> 1.8)
13
- rest-client (>= 1.6.8, < 2)
14
- simplecov (~> 0.10.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.1)
17
- diff-lcs (1.2.5)
18
- docile (1.1.5)
19
- domain_name (0.5.24)
20
- unf (>= 0.0.5, < 1.0.0)
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 (0.7.0)
25
+ i18n (1.1.0)
26
+ concurrent-ruby (~> 1.0)
29
27
  ice_nine (0.11.2)
30
- json (1.8.2)
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.12.1)
42
+ multi_json (1.13.1)
46
43
  multipart-post (2.0.0)
47
- netrc (0.10.3)
48
- nokogiri (1.7.0.1)
44
+ nokogiri (1.6.8.1)
49
45
  mini_portile2 (~> 2.1.0)
50
- puma (3.6.2)
51
- rack (1.6.5)
52
- rake (10.4.2)
53
- rb-readline (0.5.3)
54
- redis (3.3.2)
55
- redis-namespace (1.5.2)
56
- redis (~> 3.0, >= 3.0.4)
57
- rest-client (1.8.0)
58
- http-cookie (>= 1.0.2, < 2.0)
59
- mime-types (>= 1.16, < 3.0)
60
- netrc (~> 0.7)
61
- rspec (3.2.0)
62
- rspec-core (~> 3.2.0)
63
- rspec-expectations (~> 3.2.0)
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.2.0)
70
- rspec-mocks (3.2.1)
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.2.0)
73
- rspec-support (3.2.2)
74
- simplecov (0.10.0)
75
- docile (~> 1.1.0)
76
- json (~> 1.8)
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.0)
79
- term-ansicolor (1.3.0)
70
+ simplecov-html (0.10.2)
71
+ term-ansicolor (1.6.0)
80
72
  tins (~> 1.0)
81
- thor (0.19.1)
82
- tins (1.5.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.13.5
90
+ 1.16.4
@@ -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('.tdihevent p')[0].text
36
+ extract_container(doc).css('.chm-tdih-entry-title').text
33
37
  end
34
38
 
35
39
  def extract_date(doc)
36
- doc.css('.title').text
40
+ extract_container(doc).css('.chm-tdih-entry-date').text
37
41
  end
38
42
 
39
43
  def extract_desc(doc)
40
- doc.css('.tdihevent p')[1].text
44
+ extract_container(doc).css('.chm-tdih-entry-content').text
41
45
  end
42
46
 
43
47
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-chm"
3
- spec.version = "0.0.2"
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.}
@@ -1,192 +1,388 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
6
- <title>Computer History Museum | Exhibits | This Day in History: May 18 </title>
7
- <link rel="stylesheet" type="text/css" charset="utf-8" href="/_common/css/common/base.css" />
8
- <link rel="stylesheet" type="text/css" charset="utf-8" href="/_common/css/common/common.css" />
9
- <link rel="stylesheet" type="text/css" charset="utf-8" href="/_common/css/exhibits/exhibits.css" />
10
- <link rel="stylesheet" type="text/css" charset="utf-8" href="/_common/js/fancybox/csearch.css" />
11
- <script type="text/javascript" src="/_common/lib/min/?g=jsExhibits"></script>
12
-
13
- <!--[if IE]>
14
- <style>
15
- .wraptocenter span { display: inline-block; height: 100%; }
16
- .layout { height: 0; he\ight: auto; zoom: 1; }
17
- </style>
18
- <![endif]-->
19
-
20
- <!--[if lt IE 9]>
21
- <style>
22
- .today { margin: 80px 0px 0px 60px }
23
- .today-date { margin: 0px 0px 0px 60px; }
24
- </style>
25
- <![endif]-->
26
-
27
-
28
- <style type="text/css">
29
- .rotate-date { -moz-transform: rotate(13deg); -o-transform: rotate(13deg); -webkit-transform: rotate(13deg); transform: rotate(13deg); }
30
- .today { display: block; width: 200px; height: 20px; line-height: 1.4em; color: #990000; font-size: 1.25em; margin: 90px 0px 0px 60px }
31
- .today-date { display: block; width: 200px; height: 20px; margin: 0px 0px 0px 55px; }
32
- </style>
33
-
34
-
35
- </head>
36
- <body>
37
- <!-- main container here -->
38
- <div id="page">
39
- <!-- header here -->
40
- <!-- HEADER for EDUCATION Section, new CSS styles -->
41
-
42
- <div id="header">
43
- <div id="menunav">
44
- <div id="search">
45
- <form id="searchform" method="get" action="/search/">
46
- <fieldset>
47
- <label for="searchinput">Search</label>
48
- <input class="query swap_value" id="searchinput" type="text" name="q" size="15" maxlength="255" value="Site Search ..." />
49
- <input type="image" id="searchicon" name="submit" src="/_common/img/searchicon.png" width="30" height="30" alt="Go" />
50
- <input type="hidden" name="site" value="chm_collection"/>
51
- <input type="hidden" name="client" value="chm_collection"/>
52
- <input type="hidden" name="proxystylesheet" value="chm_collection"/>
53
- <input type="hidden" name="output" value="xml_no_dtd"/>
54
- </fieldset>
55
- </form>
56
- </div>
57
-
58
- <div id="quicklinks"><a href="/">Home</a> &middot; <a href="/directions/">Directions</a> &middot; <a href="/contact/">Contact</a></div>
59
- </div>
60
- <div id="banner">
61
- <a href="/"><img id="logo" src="/_common/img/header-chmlogosmall.png" alt="Computer History Museum" /></a>
62
- <img id="chmbuilding" src="/_common/img/header-building.jpg" alt="Computer History Museum Mountain View Building" />
63
- <div id="globalnav">
64
- <ul class="globalnav">
65
- <li id="visitus"><a href="/visit/">Visit Us</a></li>
66
- <li id="exhibits"><a href="/exhibits/">Exhibits</a></li>
67
- <li id="explore"><a href="/explore/">Explore</a></li>
68
- <li id="getinvolved"><a href="/getinvolved/">Get Involved</a></li>
69
- <li id="education"><a href="/education/">Education</a></li>
70
- <li id="events"><a href="/events/upcoming/">Events</a></li>
71
- <li id="atchm"><a href="/atchm/">@CHM</a></li>
72
- </ul>
73
- </div>
74
- </div>
75
-
76
- </div>
77
-
78
-
79
- <!-- left nav menu here -->
80
- <!-- Left NAV Menu for Exhibits Section, new CSS styles -->
81
- <div id="localnav">
82
- <img src="/_common/img/exhibits/heading-exhibits.png" alt="Exhibits" />
83
- <ul class="localnav">
84
- <li><a href="/exhibits/">Overview</a></li>
85
- <li><a href="/revolution/">Revolution</a></li>
86
- <li><a href="/fellowawards/hall/">Hall of Fellows</a></li>
87
- <li><a href="/internet_history/">Internet History 1962 to 1992</a></li>
88
- <li><a href="/chess/">Mastering the Game</a></li>
89
- <li><a href="/microprocessors/">Microprocessors 1971 to 1996</a></li>
90
- <li><a href="/pdp-1/">PDP-1 Restoration Project</a></li>
91
- <li><a href="/brochures/">Selling the Computer Revolution</a></li>
92
- <li><a href="/babbage/">The Babbage Engine</a></li>
93
- <li><a href="/semiconductor/">The Silicon Engine</a></li>
94
- <li><a href="/tdih/">This Day in History</a></li>
95
- <li><a href="/timeline/">Timeline of Computer History</a></li>
96
- <li><a href="/virtualvisiblestorage/">Visible Storage</a></li>
97
- </ul>
98
-
99
- <img src="/_common/img/exhibits/heading-atthemuseum.png" alt="At the Museum" />
100
- <ul class="localnav">
101
- <li><a href="/atmuseum/">Overview<img style="padding-left: 7px; margin: 0 0;" src="/_common/img/icon-linkin-grey.gif" /></a></li>
102
- </ul>
103
- </div>
104
-
105
-
106
-
107
- <!-- MAIN CONTENT HERE **************************************************************************************************************************************************** -->
108
- <div id="content">
109
-
110
- <!-- INTRO BLOCK with the main image and content here -->
111
- <div id="intro">
112
- <h1><span class="t-red">This Day in History</span></h1>
113
-
114
- <div id="tdihcontent">
115
- <div id="tdihheader">
116
- <div id="tdihcalendar">
117
- <!-- PHP Dynamic Calendar here -->
118
- <table class="calendar" border="0" cellspacing="0" cellpadding="0"><tr><th id="prev"><a href="/tdih/April/18/">&nbsp;&nbsp;&nbsp;</a></th><th id="next"><a href="/tdih/June/18/">&nbsp;&nbsp;&nbsp;</a></th><th class="calendar_header" colspan="5">May 2014</th></tr><tr><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td></tr><tr><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar">&nbsp;</td><td class="calendar "><a href="/tdih/May/1/">1</a></td><td class="calendar "><a href="/tdih/May/2/">2</a></td><td class="weekend calendar "><a href="/tdih/May/3/">3</a></td></tr><tr><td class="weekend calendar "><a href="/tdih/May/4/">4</a></td><td class="calendar "><a href="/tdih/May/5/">5</a></td><td class="calendar "><a href="/tdih/May/6/">6</a></td><td class="calendar "><a href="/tdih/May/7/">7</a></td><td class="calendar "><a href="/tdih/May/8/">8</a></td><td class="calendar "><a href="/tdih/May/9/">9</a></td><td class="weekend calendar "><a href="/tdih/May/10/">10</a></td></tr><tr><td class="weekend calendar "><a href="/tdih/May/11/">11</a></td><td class="calendar "><a href="/tdih/May/12/">12</a></td><td class="calendar "><a href="/tdih/May/13/">13</a></td><td class="calendar "><a href="/tdih/May/14/">14</a></td><td class="calendar "><a href="/tdih/May/15/">15</a></td><td class="calendar "><a href="/tdih/May/16/">16</a></td><td class="weekend calendar "><a href="/tdih/May/17/">17</a></td></tr><tr><td class="weekend actday "><a href="/tdih/May/18/">18</a></td><td class="calendar "><a href="/tdih/May/19/">19</a></td><td class="calendar "><a href="/tdih/May/20/">20</a></td><td class="calendar "><a href="/tdih/May/21/">21</a></td><td class="calendar "><a href="/tdih/May/22/">22</a></td><td class="calendar "><a href="/tdih/May/23/">23</a></td><td class="weekend calendar "><a href="/tdih/May/24/">24</a></td></tr><tr><td class="weekend calendar "><a href="/tdih/May/25/">25</a></td><td class="calendar "><a href="/tdih/May/26/">26</a></td><td class="calendar "><a href="/tdih/May/27/">27</a></td><td class="calendar "><a href="/tdih/May/28/">28</a></td><td class="calendar "><a href="/tdih/May/29/">29</a></td><td class="calendar "><a href="/tdih/May/30/">30</a></td><td class="weekend calendar "><a href="/tdih/May/31/">31</a></td></tr></table>
119
- </div>
120
-
121
- <div id="tdihdate">
122
- <span class="today rotate-date">Today: </span>
123
- <span class="today-date rotate-date">May 18, 2014</span>
124
- </div>
125
- </div>
126
-
127
-
128
- <div id="tdihbody">
129
- <!-- Computing History Content starts here -->
130
- <div class="tdihevent">
131
- <div class="tdihimage">
132
- <div class="image layout"><img class='main' src='/tdih/img/no_image.jpg' title='No image available' /></div><!-- image here -->
133
- <div class="caption"></div><!-- image captions here -->
134
- </div>
135
-
136
- <h3 class="title">May 18, 1998</h3>
137
- <p class="subtitle">United States Justice Department Files Antitrust against Microsoft </p>
138
- <p>The United States Department of Justice and twenty US states filed a set of civil actions against Microsoft Corporation. The plaintiffs alleged that Microsoft abused monopoly power regarding operating system and Web browser sales. The central issue was whether it was monopolistic of Microsoft to bundle Internet Explorer software with its Windows operating system. This practice was alleged to have been responsible for Microsoft's victory in the “browser wars” because every Windows user had a copy of Internet Explorer. It was further alleged that this unfairly restricted the market for competing web browsers (such as Netscape Navigator or Opera), which were slow to download over a modem or had to be purchased at a store. The case was tried before U.S. District Court Judge Thomas Penfield Jackson. Joel I. Klein was the lead prosecutor. David Boies initially represented the Department of Justice.</p>
139
-
140
- <br style="clear: both;" />
141
- </div>
142
- <!-- Computing History Content ends here -->
143
- <br style="clear: both;" />
144
- </div>
145
- </div>
146
-
147
-
148
- </div>
149
- <!--// MAIN BLOCK with the main image and content -->
150
- </div>
151
- <!--// MAIN CONTENT ******************************************************************************************************************************************************* -->
152
-
153
-
154
- <br class="clear" /><!-- This clearing element should immediately follow the div#content in order to force div#page to contain all child floats -->
155
- <!-- footer here -->
156
- <!-- FOOTER for GetInvolved Section, new CSS styles -->
157
-
158
-
159
- <div id="footer">
160
- <span id="copyright" class="floatleft">
161
- Copyright &copy; <script type="text/javascript">var currentTime = new Date(); document.write(currentTime.getFullYear()); </script> Computer History Museum
162
- </span>
163
- <span id="navigation" class="floatright">
164
- <a href="/terms/">TERMS OF USE</a> &nbsp;
165
- <a href="/privacy/">PRIVACY</a> &nbsp;
166
- <a href="/sitemap/">SITE MAP</a>
167
- </span>
168
- </div>
169
-
170
-
171
-
172
- </div>
173
- <!--// main container -->
174
-
175
- <script type="text/javascript">
176
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
177
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
178
- </script>
179
- <script type="text/javascript" src="/_common/lib/minify102/minify.php?files=/_common/js/google-ga.js"></script>
180
-
181
-
182
- <script type="text/javascript">
183
- $(document).ready(function() {
184
- $('div.tdihimage a').fancybox({ 'hideOnContentClick': true }); //Activate FancyBox
185
-
186
- // local nav
187
- var path=location.pathname.substring(0,6);
188
- $('.localnav li a[href$="' + path + '"]').addClass('active');
189
- });
190
- </script>
191
- </body>
192
- </html>
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">&nbsp;</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 &quot;first computer bug&quot;</span>
100
+ </div>
101
+ </div>
102
+ </div>
103
+
104
+ <div class="pure-u-1-24 pull-left">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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" />&nbsp;</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" />&nbsp;</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="" />&nbsp;</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="" />&nbsp;</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
+ &copy; 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
+ &nbsp;</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
+ &nbsp;</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
+ &nbsp;</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
+ &nbsp;</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.2
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: 2017-01-10 00:00:00.000000000 Z
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
- - ".gitignore"
119
- - ".rspec"
120
- - ".ruby-gemset"
121
- - ".ruby-version"
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.5.1
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
@@ -1 +0,0 @@
1
- 2.3.1