tp 0.6.1 → 0.6.2pre1

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: 8df174a10cfdf6a32af9a4f4e90cbe9e3fee7e3f
4
- data.tar.gz: 09fd388bcbadf2371a9b5b0fe4f850fcb3a626d0
3
+ metadata.gz: 5519267bd4b129a5613b8439ff833f9da5f185fa
4
+ data.tar.gz: d94611442cdbaa54864e5730f02e45a63e90f502
5
5
  SHA512:
6
- metadata.gz: 33e8fa433a10c5e1f4ec7d40e49359c6779aaff1862d1070ae6cf0037c257a5ce831381a645ec144dc505d6a1063c07243b225dddc7cb77c978f38d7a7ae0005
7
- data.tar.gz: 219e2325bd97577ac576e636084c4ac9b4631a667d0fcef5665d4da651090a102944fcdcffde8a8ecb994af2ad8b2bedb411d863d4e708669a75ac29dc50e5bc
6
+ metadata.gz: 70f6206dfaf08a20996df3613e7ced374587842bbe43b89bd499d2b4064c16bdd0a32efda5b6f6060f7ddfde7f7f4c207ca25de70600eb4115e2bcb50941e7fa
7
+ data.tar.gz: 44568257b67c7be786bfc8b83fb02faeb230e9e26c90e5ee938347d19fc4f709c6a4da07a6311fd180d40cc03c1858aa929984656351ada6e65790eb5a67fd3d
data/lib/tp/slide/code.rb CHANGED
@@ -2,6 +2,7 @@ class TP::Slide::Code < TP::Slide
2
2
  LANGUAGE_MAPPINGS = {
3
3
  [nil] => 'text',
4
4
  %w[clj] => 'clojure',
5
+ %w[ex exs elixir] => 'ruby',
5
6
  %w[objc] => 'cpp',
6
7
  %w[rb] => 'ruby'
7
8
  }
data/lib/tp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module TP
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2pre1"
3
3
  end
data/tp.gemspec CHANGED
@@ -12,7 +12,17 @@ Gem::Specification.new do |gem|
12
12
  gem.email = ["justin@justincampbell.me"]
13
13
  gem.summary = "Terminal Presenter"
14
14
  gem.description = "Presents Markdown slides in your terminal"
15
- gem.homepage = "http://github.com/justincampbell/tp"
15
+ gem.homepage = "https://github.com/justincampbell/tp"
16
+
17
+ gem.post_install_message = <<-MESSAGE
18
+ Thanks for installing tp! Please don't hesitate to report bugs and feature
19
+ requests at https://github.com/justincampbell/tp
20
+
21
+ You can now play a slideshow with:
22
+
23
+ tp slides.md
24
+
25
+ MESSAGE
16
26
 
17
27
  gem.files = `git ls-files`.split $/
18
28
  gem.executables = gem.files.grep(%r{^bin/}).map { |file| File.basename file }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Campbell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-31 00:00:00.000000000 Z
11
+ date: 2013-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderay
@@ -204,10 +204,17 @@ files:
204
204
  - spec/spec_helper.rb
205
205
  - spec/support/klass.rb
206
206
  - tp.gemspec
207
- homepage: http://github.com/justincampbell/tp
207
+ homepage: https://github.com/justincampbell/tp
208
208
  licenses: []
209
209
  metadata: {}
210
- post_install_message:
210
+ post_install_message: |2+
211
+ Thanks for installing tp! Please don't hesitate to report bugs and feature
212
+ requests at https://github.com/justincampbell/tp
213
+
214
+ You can now play a slideshow with:
215
+
216
+ tp slides.md
217
+
211
218
  rdoc_options: []
212
219
  require_paths:
213
220
  - lib
@@ -218,9 +225,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
225
  version: '0'
219
226
  required_rubygems_version: !ruby/object:Gem::Requirement
220
227
  requirements:
221
- - - '>='
228
+ - - '>'
222
229
  - !ruby/object:Gem::Version
223
- version: '0'
230
+ version: 1.3.1
224
231
  requirements: []
225
232
  rubyforge_project:
226
233
  rubygems_version: 2.0.3
@@ -245,4 +252,3 @@ test_files:
245
252
  - spec/lib/tp_spec.rb
246
253
  - spec/spec_helper.rb
247
254
  - spec/support/klass.rb
248
- has_rdoc: