fontello_rails_converter 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmE5YjIxMTdiMmI1YjhkNzJhOTNlNWNiZTNlZTE5ODM0MWFlMmMwNA==
4
+ OTE3MGVjOTU4YTgwODQ2NTgzMDgzNDhmNWZhYTRlN2UyOTM5YTEyMw==
5
5
  data.tar.gz: !binary |-
6
- ZDdhNjEyMzA4ZmFhOTY1MDZkM2VmYTg2NGE4YzE5NmQ5NjQwZGUxOQ==
6
+ MmM3MTk2ZDNmNWY5OGI0YzZiNjJhMjA1NTcwNjBlYmQ1MDJjMjhkZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTFlOTgxMmM4YTE3MTNiMTRmNzIwZGQzOWY2N2RmMGQ0N2IzNzNmY2NjNzRj
10
- MWI3YzViYWFmOWQ3OTAzNTllNzdjZWM0MTVlOTdhM2QzZDI0NzM4YzMwOGM1
11
- ZjY2M2M1ZGY2NmFjMzUwNDdiMzhjZTA2NzE3YjM2OTlmY2FjMDE=
9
+ NjM0YTAwMTk5MjMxNzIwY2Q2ZmUxNjE4NjQwNWVjYTk2N2YwNTNkZjJlYjhk
10
+ MmZmMGQwZGQ5YTAwYjNkOTJkYjc0OTk2YTQzNGJmMjNjNGQzMzUzZmZmNWVl
11
+ MGY4MGRlNzAzZWM0MGFiZjU1ZWJkNWY3ZGU5ZTk4N2I0ODU4MGI=
12
12
  data.tar.gz: !binary |-
13
- Y2IzNjE0MmRiZTI4ODViNzdlMDgwZmExNjNlNjA1YWYzMzlmM2RjZjdhNTgx
14
- ZDA0M2I0OWI3NjhjOGNmMmRhOTlhYzY2NjhjYmEzNzU4MTQ1NzEzY2E2ZjI1
15
- ZWJhMDczNGMzODYwOGUwZDA2MTExMDhjZjEzZGM4OWUyZDdlM2Y=
13
+ OGM2ZDBjZjQ1MGJlMjU5NGNiYjQwMzU2NDcxYjRmZGIzYmFjZDBlM2Y3MGIx
14
+ MWZkMzNlMzI5YzU3MmRhZjg5MDNlN2MzMGU3M2FhYTgzYTNkZDA2NjkxNDdk
15
+ YzhiYWQ4YjEyNzMxYjQ0ZWNmODgyOWY0YmE1Yzk0NzJjNzIyNWQ=
data/CHANGELOG.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  ### 0.1.0
4
4
 
5
- * convert the gem to a CLI tool
5
+ * convert the gem to a CLI tool with `open` and `convert` commands
6
6
  * deprecated rake task
7
+ * make use of the fontello API
7
8
 
8
9
  ### 0.0.2
9
10
 
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = FontelloRailsConverter::VERSION
9
9
  spec.authors = ["Jakob Hilden"]
10
10
  spec.email = ["jakobhilden@gmail.com"]
11
- spec.description = %q{Rake task to be run on .zip file downloaded from fontello.com. It will copy all the assets to the appropiate places in your Rails app and convert them where necessary.}
12
- spec.summary = %q{Convert/import icon font .zip files downloaded from fontello.com into your Rails app}
11
+ spec.description = %q{Gem for opening up your current fontello font in the browser from the command line and copying & converting the files for your Rails app (inclusively Sass enhancements).}
12
+ spec.summary = %q{CLI gem for comfortably working with custom icon fonts from fontello.com in your Rails apps}
13
13
  spec.homepage = "https://github.com/railslove/fontello_rails_converter"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module FontelloRailsConverter
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontello_rails_converter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakob Hilden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-18 00:00:00.000000000 Z
11
+ date: 2013-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -108,9 +108,9 @@ dependencies:
108
108
  - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: Rake task to be run on .zip file downloaded from fontello.com. It will
112
- copy all the assets to the appropiate places in your Rails app and convert them
113
- where necessary.
111
+ description: Gem for opening up your current fontello font in the browser from the
112
+ command line and copying & converting the files for your Rails app (inclusively
113
+ Sass enhancements).
114
114
  email:
115
115
  - jakobhilden@gmail.com
116
116
  executables:
@@ -206,8 +206,8 @@ rubyforge_project:
206
206
  rubygems_version: 2.1.9
207
207
  signing_key:
208
208
  specification_version: 4
209
- summary: Convert/import icon font .zip files downloaded from fontello.com into your
210
- Rails app
209
+ summary: CLI gem for comfortably working with custom icon fonts from fontello.com
210
+ in your Rails apps
211
211
  test_files:
212
212
  - spec/dummy/README.rdoc
213
213
  - spec/dummy/Rakefile