zocial-rails 1.0.1 → 1.0.2
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.
- data/README.md +1 -1
- data/lib/zocial-rails/version.rb +1 -1
- metadata +9 -15
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Zocial::Rails
|
|
2
2
|
|
|
3
3
|
Zocial-Rails wraps the Zocial CSS library in a Rails engine for use with the
|
|
4
|
-
asset pipeline provided by Rails 3.1
|
|
4
|
+
asset pipeline provided by Rails 3.1+. Assets will be automatically minified by
|
|
5
5
|
the asset pipeline in production.
|
|
6
6
|
|
|
7
7
|
Please refer to the Zocial website and GitHub repositories for usage details
|
data/lib/zocial-rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zocial-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,24 +9,24 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-10-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
+
prerelease: false
|
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
18
|
requirements:
|
|
19
|
-
- -
|
|
19
|
+
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '3.1'
|
|
22
|
+
none: false
|
|
22
23
|
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
25
|
requirements:
|
|
27
|
-
- -
|
|
26
|
+
- - ! '>='
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
28
|
version: '3.1'
|
|
29
|
+
none: false
|
|
30
30
|
description: Adds Zocial CSS social buttons to Rails using the asset pipeline
|
|
31
31
|
email:
|
|
32
32
|
- jlee42@gmail.com
|
|
@@ -50,23 +50,17 @@ 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
|
-
segments:
|
|
59
|
-
- 0
|
|
60
|
-
hash: 2880519207733146176
|
|
61
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
57
|
none: false
|
|
58
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
59
|
requirements:
|
|
64
60
|
- - ! '>='
|
|
65
61
|
- !ruby/object:Gem::Version
|
|
66
62
|
version: '0'
|
|
67
|
-
|
|
68
|
-
- 0
|
|
69
|
-
hash: 2880519207733146176
|
|
63
|
+
none: false
|
|
70
64
|
requirements: []
|
|
71
65
|
rubyforge_project:
|
|
72
66
|
rubygems_version: 1.8.24
|