fork_ribs 0.0.4 → 0.0.5
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 +8 -8
- data/app/assets/stylesheets/fork_ribs.css +0 -75
- data/fork_ribs.gemspec +6 -6
- data/lib/fork_ribs/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yjg4YTQ1YjkxMjhhNGI4OWFmMjNjZTZjYjJmY2M5NDBlNjg5MjdlMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDA0YTgyZWUxMjNmYzcwOTFkNzk5OWY1YmFmNmI1NmMxMWYzZTNiNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWE2MWJkZThjMzY4ZWMyMTc3MjJjYjIxODA3ZWNhNjQ4NTY0YWJjYjg0MjFi
|
|
10
|
+
M2RlZWFlZjllZDkyODcxMDFhY2ZlNTM1ZTYwYmFmMzNhZDgzMWVkZjlkZGYz
|
|
11
|
+
ZmZjMWY1NTZkMzVhZmQ4NTU2N2YyNzdhY2NjNzk1NDNiZjQ3NWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjNkZTQ0NGE1OGFhM2FhZWIyNmQyZmFmZDBmZDUzMzk3OGYyYjJkOTE0ZjY1
|
|
14
|
+
NzhiMzI1YzIwOThlNjUzZjM0Y2U4ZTQ4NDdlZDhmZWI3ZWY4ZmFiNjRiMTIx
|
|
15
|
+
MGQ3MWU3YWUxNmI1YjM1NzViMDVlNTM3NzI0OTAzMDcxNDFkN2Y=
|
|
@@ -560,24 +560,6 @@
|
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
|
|
563
|
-
/*
|
|
564
|
-
* Basic styles for the ribbon__modifiers
|
|
565
|
-
*/
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
/*.ribbon.ribbon__alpha, .ribbon.ribbon__beta, .ribbon.ribbon__gamma, .ribbon.ribbon__delta {
|
|
569
|
-
color: white;
|
|
570
|
-
box-shadow: 0 0 0 0.75em rgba(255, 255, 255, 0);
|
|
571
|
-
-moz-transition: color 0.35s ease-in, box-shadow 0.215s ease-out;
|
|
572
|
-
-o-transition: color 0.35s ease-in, box-shadow 0.215s ease-out;
|
|
573
|
-
-webkit-transition: color 0.35s ease-in, box-shadow 0.215s ease-out;
|
|
574
|
-
transition: color 0.35s ease-in, box-shadow 0.215s ease-out;
|
|
575
|
-
}
|
|
576
|
-
.ribbon.ribbon__alpha:hover, .ribbon.ribbon__beta:hover, .ribbon.ribbon__gamma:hover, .ribbon.ribbon__delta:hover {
|
|
577
|
-
background: white;
|
|
578
|
-
box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.4);
|
|
579
|
-
}*/
|
|
580
|
-
|
|
581
563
|
.flat_ribbon---top--right-blue {
|
|
582
564
|
position: absolute;
|
|
583
565
|
padding: 0.5em;
|
|
@@ -865,63 +847,6 @@
|
|
|
865
847
|
color: #feae1b;
|
|
866
848
|
}
|
|
867
849
|
|
|
868
|
-
/*.ribbon.ribbon__alpha {
|
|
869
|
-
background: #3498db;
|
|
870
|
-
background: -moz-linear-gradient(top, #3498db, #2980b9);
|
|
871
|
-
background: -o-linear-gradient(top, #3498db, #2980b9);
|
|
872
|
-
background: -webkit-linear-gradient(top, #3498db, #2980b9);
|
|
873
|
-
background: linear-gradient(to bottom, #3498db, #2980b9);
|
|
874
|
-
background: -moz-linear-gradient(top, #3498db, #2980b9);
|
|
875
|
-
background: -o-linear-gradient(top, #3498db, #2980b9);
|
|
876
|
-
background: -webkit-linear-gradient(top, #3498db, #2980b9);
|
|
877
|
-
background: linear-gradient(to bottom, #3498db, #2980b9);
|
|
878
|
-
}
|
|
879
|
-
.ribbon.ribbon__alpha:hover {
|
|
880
|
-
color: #3498db;
|
|
881
|
-
}
|
|
882
|
-
.ribbon.ribbon__beta {
|
|
883
|
-
background: #e74c3c;
|
|
884
|
-
background: -moz-linear-gradient(top, #e74c3c, #c0392b);
|
|
885
|
-
background: -o-linear-gradient(top, #e74c3c, #c0392b);
|
|
886
|
-
background: -webkit-linear-gradient(top, #e74c3c, #c0392b);
|
|
887
|
-
background: linear-gradient(to bottom, #e74c3c, #c0392b);
|
|
888
|
-
background: -moz-linear-gradient(top, #e74c3c, #c0392b);
|
|
889
|
-
background: -o-linear-gradient(top, #e74c3c, #c0392b);
|
|
890
|
-
background: -webkit-linear-gradient(top, #e74c3c, #c0392b);
|
|
891
|
-
background: linear-gradient(to bottom, #e74c3c, #c0392b);
|
|
892
|
-
}
|
|
893
|
-
.ribbon.ribbon__beta:hover {
|
|
894
|
-
color: #e74c3c;
|
|
895
|
-
}
|
|
896
|
-
.ribbon.ribbon__gamma {
|
|
897
|
-
background: #2ecc71;
|
|
898
|
-
background: -moz-linear-gradient(top, #2ecc71, #27ae60);
|
|
899
|
-
background: -o-linear-gradient(top, #2ecc71, #27ae60);
|
|
900
|
-
background: -webkit-linear-gradient(top, #2ecc71, #27ae60);
|
|
901
|
-
background: linear-gradient(to bottom, #2ecc71, #27ae60);
|
|
902
|
-
background: -moz-linear-gradient(top, #2ecc71, #27ae60);
|
|
903
|
-
background: -o-linear-gradient(top, #2ecc71, #27ae60);
|
|
904
|
-
background: -webkit-linear-gradient(top, #2ecc71, #27ae60);
|
|
905
|
-
background: linear-gradient(to bottom, #2ecc71, #27ae60);
|
|
906
|
-
}
|
|
907
|
-
.ribbon.ribbon__gamma:hover {
|
|
908
|
-
color: #2ecc71;
|
|
909
|
-
}
|
|
910
|
-
.ribbon.ribbon__delta {
|
|
911
|
-
background: #e67e22;
|
|
912
|
-
background: -moz-linear-gradient(top, #e67e22, #d35400);
|
|
913
|
-
background: -o-linear-gradient(top, #e67e22, #d35400);
|
|
914
|
-
background: -webkit-linear-gradient(top, #e67e22, #d35400);
|
|
915
|
-
background: linear-gradient(to bottom, #e67e22, #d35400);
|
|
916
|
-
background: -moz-linear-gradient(top, #e67e22, #d35400);
|
|
917
|
-
background: -o-linear-gradient(top, #e67e22, #d35400);
|
|
918
|
-
background: -webkit-linear-gradient(top, #e67e22, #d35400);
|
|
919
|
-
background: linear-gradient(to bottom, #e67e22, #d35400);
|
|
920
|
-
}
|
|
921
|
-
.ribbon.ribbon__delta:hover {
|
|
922
|
-
color: #e67e22;
|
|
923
|
-
}*/
|
|
924
|
-
|
|
925
850
|
/*FLat github ribbons classes end*/
|
|
926
851
|
|
|
927
852
|
|
data/fork_ribs.gemspec
CHANGED
|
@@ -5,14 +5,14 @@ require 'fork_ribs/version'
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fork_ribs"
|
|
7
7
|
spec.version = ForkRibs::VERSION
|
|
8
|
-
spec.authors = ["Vipul Chhabra"]
|
|
8
|
+
spec.authors = ["Vipul Chhabra", "Himanshu joshi", "Himanshu gupta", "Shilpi prasad", "Karan arora", "prathiba kn"]
|
|
9
9
|
spec.email = ["vipulchhabra.dc@gmail.com"]
|
|
10
10
|
spec.homepage = "https://github.com/vipulchhabra/fork_ribs"
|
|
11
|
-
spec.summary = "
|
|
12
|
-
spec.description = "It gives your application a 'fork me on github'
|
|
13
|
-
spec.license
|
|
14
|
-
spec.files
|
|
15
|
-
spec.require_paths
|
|
11
|
+
spec.summary = "Ribbons that can be used for multiple purposes"
|
|
12
|
+
spec.description = "It gives your application a stripe/ribbon which you can use for various purposes such as 'fork me on github', 'follow me on twitter', 'Quote of the day', etc."
|
|
13
|
+
spec.license = "MIT"
|
|
14
|
+
spec.files = `git ls-files`.split($/)
|
|
15
|
+
spec.require_paths = ["lib"]
|
|
16
16
|
|
|
17
17
|
spec.add_dependency "rails", "> 3", "< 5"
|
|
18
18
|
spec.add_development_dependency "bundler", "~> 1.3"
|
data/lib/fork_ribs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fork_ribs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vipul Chhabra
|
|
8
|
+
- Himanshu joshi
|
|
9
|
+
- Himanshu gupta
|
|
10
|
+
- Shilpi prasad
|
|
11
|
+
- Karan arora
|
|
12
|
+
- prathiba kn
|
|
8
13
|
autorequire:
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
@@ -58,8 +63,9 @@ dependencies:
|
|
|
58
63
|
- - ! '>='
|
|
59
64
|
- !ruby/object:Gem::Version
|
|
60
65
|
version: '0'
|
|
61
|
-
description: It gives your application a
|
|
62
|
-
|
|
66
|
+
description: It gives your application a stripe/ribbon which you can use for various
|
|
67
|
+
purposes such as 'fork me on github', 'follow me on twitter', 'Quote of the day',
|
|
68
|
+
etc.
|
|
63
69
|
email:
|
|
64
70
|
- vipulchhabra.dc@gmail.com
|
|
65
71
|
executables: []
|
|
@@ -103,5 +109,5 @@ rubyforge_project:
|
|
|
103
109
|
rubygems_version: 2.1.11
|
|
104
110
|
signing_key:
|
|
105
111
|
specification_version: 4
|
|
106
|
-
summary:
|
|
112
|
+
summary: Ribbons that can be used for multiple purposes
|
|
107
113
|
test_files: []
|