ragefaces 0.0.3.2 → 0.0.3.3
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NWQzNDIwY2M3MjZlMzg3Y2Y4NTRjZGEzNGYzNzQ5ZmExNTk0YTI2OA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MGU4Y2YxZTljY2QyNzQ0NjU4ODQ5N2EyMDkzNmEyNWViZWZjMTUzZg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZDQ4MTU5NDg2ZTljM2MwNmU3YjhmZWZiZmJkNmQ2NDliNDI5Yjc0Nzk1NDMz
|
|
10
|
+
NmYzYWY1YjZiODBkN2EzNTMxOWQ1YTllNjI2ZTQzZTg4OTgxZTkwNzI3NTdm
|
|
11
|
+
Njk5NWQxMDI1NDIzNzZmYTc4NDViZDEwZTQ1OTk1MzViZjM0MWY=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
ZjA1MDIwYWY3OTMwN2YxZjdhNDZhMTMyZmU1MWY0Y2NmMjQ5MWEyZmU2OTgw
|
|
14
|
+
ZGVlYTNlMTQxZjRmZTU1MzgzNjAzYmM0YjNmOTNmYTJlNDhlZmI2MGMzMDk5
|
|
15
|
+
ZWRiMjQ0ZDVjMGE1ZmFhMzhkMjdiYzRkMWMyNDdlN2Q1OTg1NWE=
|
data/lib/ragefaces/version.rb
CHANGED
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
.no { background-image: url(image-path('no.png')); }
|
|
574
574
|
.no_me_gusta { background-image: url(image-path('no_me_gusta.png')); }
|
|
575
575
|
.nokia { background-image: url(image-path('nokia.png')); }
|
|
576
|
-
.
|
|
576
|
+
.nope { background-image: url(image-path('NOPE.png')); }
|
|
577
577
|
.not_giving_a_fuck { background-image: url(image-path('not_giving_a_fuck.png')); }
|
|
578
578
|
.not_okay_smile { background-image: url(image-path('not_okay_smile.png')); }
|
|
579
579
|
.not_sure_if_gusta { background-image: url(image-path('not_sure_if_gusta.png')); }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ragefaces
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.3.
|
|
4
|
+
version: 0.0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Breyer-Menke
|
|
@@ -28,14 +28,14 @@ dependencies:
|
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - '>='
|
|
31
|
+
- - ! '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - '>='
|
|
38
|
+
- - ! '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: A simple javascript rage faces lib that marks up text with rage face
|
|
@@ -975,17 +975,17 @@ require_paths:
|
|
|
975
975
|
- lib
|
|
976
976
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
977
977
|
requirements:
|
|
978
|
-
- - '>='
|
|
978
|
+
- - ! '>='
|
|
979
979
|
- !ruby/object:Gem::Version
|
|
980
980
|
version: '0'
|
|
981
981
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
982
982
|
requirements:
|
|
983
|
-
- - '>='
|
|
983
|
+
- - ! '>='
|
|
984
984
|
- !ruby/object:Gem::Version
|
|
985
985
|
version: '0'
|
|
986
986
|
requirements: []
|
|
987
987
|
rubyforge_project:
|
|
988
|
-
rubygems_version: 2.0.
|
|
988
|
+
rubygems_version: 2.0.5
|
|
989
989
|
signing_key:
|
|
990
990
|
specification_version: 4
|
|
991
991
|
summary: Javascript rage face library
|