lita-latex 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -8
  3. data/lita-latex.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 434f3f75c906a3737dd30d2646e971f487bd4921
4
- data.tar.gz: f438afb1c4743ff49c985cf9f05f92ba87aae53f
3
+ metadata.gz: e9a892763e59dcc4e8fbad6c21bf94e3e1ba0270
4
+ data.tar.gz: a618354946ab4174dbb51c69487eab9515a522e9
5
5
  SHA512:
6
- metadata.gz: 9b835bf73054f76ca119e6b4eef0fb7a9298215978f9439ddcd0cd225e1a69771bdc82347106206d4b46cb4c9202a47a0928a3baf5d0809a18d17d027a7610de
7
- data.tar.gz: c25067891821aba32b0ce657b323850f06b3b608a82b72fa646b8dcbeeb04840cd089080438059f6a73a1b9f3c99c2fc063b93f346793c8ddfdbe47c7303ec9a
6
+ metadata.gz: 7c37e368b69bd6489ef91361d78ae5aa29ad49b8dee4afed99e13b3f82099cf578c27ef298d82c703da2799685b0db097296c389a7752035d565d1ba60ce9d3f
7
+ data.tar.gz: 213e3800e7e0b5c81e924925e74f79150a28660ea4b40f11b30b16a9ed7651b26cc81c911ef1fb6d5b82d1d5dd11e05b022612877b1a46e0712090043a590db6
data/README.md CHANGED
@@ -1,23 +1,23 @@
1
1
  # lita-latex
2
2
 
3
- TODO: Add a description of the plugin.
3
+ A [Lita][1] handler for rendering LaTeX.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Add lita-latex to your Lita instance's Gemfile:
8
8
 
9
- ``` ruby
10
- gem "lita-latex"
9
+ ```ruby
10
+ gem 'lita-latex'
11
11
  ```
12
12
 
13
- ## Configuration
14
-
15
- TODO: Describe any configuration attributes the plugin exposes.
16
-
17
13
  ## Usage
18
14
 
19
- TODO: Describe the plugin's features and how to use them.
15
+ zacstewart: Lita: latex me \Sigma
16
+
17
+ Lita: ![\Sigma](http://chart.apis.google.com/chart?cht=tx&chl=\Sigma)
20
18
 
21
19
  ## License
22
20
 
23
21
  [MIT](http://opensource.org/licenses/MIT)
22
+
23
+ [1]: https://github.com/jimmycuadra/lita/
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-latex"
3
- spec.version = "0.0.2"
3
+ spec.version = "0.0.3"
4
4
  spec.authors = ["Zac Stewart"]
5
5
  spec.email = ["zgstewart@gmail.com"]
6
6
  spec.description = %q{A Lita handler for rendering LaTeX}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-latex
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
  - Zac Stewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-28 00:00:00.000000000 Z
11
+ date: 2013-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita