text2path 0.0.1 → 0.0.2

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 +11 -0
  3. data/lib/text2path/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26be4b45234941e24e0d27d2f836eac4de6b05ba
4
- data.tar.gz: a6f2ad6421d8f76d39d82724c89b48ce711d8e6e
3
+ metadata.gz: 49ef0ca8005be11a5117ab3fea6614e4d7c21d56
4
+ data.tar.gz: 9aa4f00502589c492470b28d6768d232034b4437
5
5
  SHA512:
6
- metadata.gz: b4ec9fff758cc8f14284a0e1da00441895361d3008cb5c09adff07694ea588a34a611e4d9525b5b92e6b6cd60daefc7ebc96ee5bc4c767bf3f368766a1fac58e
7
- data.tar.gz: ce6910fa7f327ea147f3b1ad93665e502d72110d2a10734a00b2436769c032a5576880bf3f5a0a9244c74cb63fc35988376742c29bdc2c726b5bc709a53ab6b5
6
+ metadata.gz: 81e5e62f2639e847de38605b10ece164290825ba26eef89e1e47d877293980fc160f9c12710bb7bf2566cbd56e77364d564d7c248cfc53962bf165fa9dbbbaf9
7
+ data.tar.gz: 640e1a6bd966dca1ffc8ef02f781aab0825a7c9022a5e51437bec486ca1e1e88f7a6c7375183a73ff6f48d3816b8b920bca7364a89148bb0b63cfbc3abf503c1
data/README.md CHANGED
@@ -28,6 +28,17 @@ Text2Path.convert( 'Hello, world!', font, font_size: 20 ).to_paths
28
28
 
29
29
  ~~~
30
30
 
31
+ ## installation
32
+
33
+ gem install text2path
34
+
35
+ or
36
+
37
+ gem 'text2path'
38
+
39
+ in your Gemfile
40
+
41
+
31
42
  ## helpful infomation
32
43
  [generating svg font file](http://xmlgraphics.apache.org/batik/tools/font-converter.html)
33
44
 
@@ -1,3 +1,3 @@
1
1
  module Text2Path
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: text2path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - qhwa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-06 00:00:00.000000000 Z
11
+ date: 2013-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -100,7 +100,8 @@ files:
100
100
  - lib/text2path/converter.rb
101
101
  - lib/text2path/svg_font.rb
102
102
  homepage: https://github.com/qhwa/text2path
103
- licenses: []
103
+ licenses:
104
+ - MIT
104
105
  metadata: {}
105
106
  post_install_message:
106
107
  rdoc_options: