foundicons-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1346f83be7c3fa0ed53171a199ba9bce7464e2f2
4
+ data.tar.gz: 6a306b058b87ccd92fffda770c862bb93202c8df
5
+ SHA512:
6
+ metadata.gz: dad75a384729c0886a84941f45d33c137305d630ee67831a9b1f48fd08b7f3814a17a31eae75b2e7703e8f6d56d19ccd5deef101eca641bce4032bf82cbcc6e4
7
+ data.tar.gz: 3009d77ac465a2d29ff551029189c953d9fbf9a0ab451ca7dd96aa1d8476a7e2183c3a8cdd714dec25f5d80f3b51ab847b19489ba75d5c67748183cb90542328
@@ -12,6 +12,5 @@ module FoundiconsRails
12
12
 
13
13
  def self.setup
14
14
  yield self
15
- p self.prefix
16
15
  end
17
16
  end
@@ -1,3 +1,3 @@
1
1
  module FoundiconsRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foundicons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Marten Klitzke
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-24 00:00:00.000000000 Z
11
+ date: 2013-02-26 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Foundation Icons for Rails
15
14
  email:
@@ -45,26 +44,25 @@ files:
45
44
  - vendor/assets/stylesheets/foundicons/_social_icons.scss
46
45
  homepage: https://github.com/mortik/foundicons-rails
47
46
  licenses: []
47
+ metadata: {}
48
48
  post_install_message:
49
49
  rdoc_options: []
50
50
  require_paths:
51
51
  - lib
52
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
- none: false
54
53
  requirements:
55
- - - ! '>='
54
+ - - '>='
56
55
  - !ruby/object:Gem::Version
57
56
  version: '0'
58
57
  required_rubygems_version: !ruby/object:Gem::Requirement
59
- none: false
60
58
  requirements:
61
- - - ! '>='
59
+ - - '>='
62
60
  - !ruby/object:Gem::Version
63
61
  version: '0'
64
62
  requirements: []
65
63
  rubyforge_project:
66
- rubygems_version: 1.8.23
64
+ rubygems_version: 2.0.0
67
65
  signing_key:
68
- specification_version: 3
66
+ specification_version: 4
69
67
  summary: Basic integration for all 4 icon sets from Zurb Foundation
70
68
  test_files: []