fork_ribs 0.0.6 → 0.0.7

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjdiNjIwMmM4ZmRjYjRkZDZhM2MxNjQ1YjdhOTQ0ZjJmZWFiMjczYw==
4
+ NTM3ZDUzOTUzNjMzNGFlNTM3NWViN2QzYTdjZTcwYmJjMzEyYjEzNQ==
5
5
  data.tar.gz: !binary |-
6
- N2E4OTYzMjlmM2JmMjY2OTVmNjMxZjM0ZTk1ODNlMDEzMjBiMjg3Ng==
6
+ MGNhMzBiYmYwMTdlOTc1YjJiNTNiMmJiNTk0MTcyMzI0MjdlZGZiOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjgwYzMwNjdlNDJlMmZmODFjN2ZjZDQxZmEyNmE4MWJjZGZhNzMyZTE4MGU4
10
- MDY4MzM2YzU1ZDdlZTRiMTM3YjgzMzcwZDIxZTdhNmRhMTBiMzA1MTM3MWVm
11
- NWU0NTljM2RmNmZlZTlmMjgyN2E3NmQ0ZjY3YzQ4ZTY0ZGYzNmE=
9
+ OWI3NmMzOTEzYTMxNTllZWU0YzFmY2RjNDViNDFjM2JkMTA3ODQzNThkZGY2
10
+ Y2I4OTMxNjE5OTJmMzhhNTVhMWFjODNjN2YxNzQxMmQyNTA5YTQwYTViNDZi
11
+ MmE0MTQxMjYxMzU3ZTFhZWVlM2FiMDNiODgzZjg2MDFhYTFmNDM=
12
12
  data.tar.gz: !binary |-
13
- ODVmMDk2ZDRjNDEzZTMwN2FmNTE3MGVlYzQ0NTFhNWQzMDE0ZjRmZmIwZWRj
14
- N2JhOTc1MWU0NGRiM2YzY2YwODY0M2FkNDljODA2ZjQwNTg5ZmVkOTY4NjYx
15
- NWYzMDJhODFkMDIxNDkyZTZjNTIwZWQ1ZTFkMGZkMjBhZmEyYzM=
13
+ MmE3MTdiMGNmYWFjNDc1NGJkYmFmMzdjNTQyNmZmMGYxM2Q4YjJhMjhiODAw
14
+ MTAxNDI0OGZmNWY1OWFhMjI2MDJiZDA1ODVjYWVlMTcxZDZjMmM0ODEzMjQ5
15
+ ODg1NDY4YWVjMGU0NTY2OTI3YzNhZjgwMTVjNzZhMDQ3OTgxOTE=
data/Gemfile.lock ADDED
@@ -0,0 +1,88 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ fork_ribs (0.0.5)
5
+ rails (> 3, < 5)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.0.2)
11
+ actionpack (= 4.0.2)
12
+ mail (~> 2.5.4)
13
+ actionpack (4.0.2)
14
+ activesupport (= 4.0.2)
15
+ builder (~> 3.1.0)
16
+ erubis (~> 2.7.0)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ activemodel (4.0.2)
20
+ activesupport (= 4.0.2)
21
+ builder (~> 3.1.0)
22
+ activerecord (4.0.2)
23
+ activemodel (= 4.0.2)
24
+ activerecord-deprecated_finders (~> 1.0.2)
25
+ activesupport (= 4.0.2)
26
+ arel (~> 4.0.0)
27
+ activerecord-deprecated_finders (1.0.3)
28
+ activesupport (4.0.2)
29
+ i18n (~> 0.6, >= 0.6.4)
30
+ minitest (~> 4.2)
31
+ multi_json (~> 1.3)
32
+ thread_safe (~> 0.1)
33
+ tzinfo (~> 0.3.37)
34
+ arel (4.0.2)
35
+ atomic (1.1.14)
36
+ builder (3.1.4)
37
+ erubis (2.7.0)
38
+ hike (1.2.3)
39
+ i18n (0.6.9)
40
+ mail (2.5.4)
41
+ mime-types (~> 1.16)
42
+ treetop (~> 1.4.8)
43
+ mime-types (1.25.1)
44
+ minitest (4.7.5)
45
+ multi_json (1.8.4)
46
+ polyglot (0.3.4)
47
+ rack (1.5.2)
48
+ rack-test (0.6.2)
49
+ rack (>= 1.0)
50
+ rails (4.0.2)
51
+ actionmailer (= 4.0.2)
52
+ actionpack (= 4.0.2)
53
+ activerecord (= 4.0.2)
54
+ activesupport (= 4.0.2)
55
+ bundler (>= 1.3.0, < 2.0)
56
+ railties (= 4.0.2)
57
+ sprockets-rails (~> 2.0.0)
58
+ railties (4.0.2)
59
+ actionpack (= 4.0.2)
60
+ activesupport (= 4.0.2)
61
+ rake (>= 0.8.7)
62
+ thor (>= 0.18.1, < 2.0)
63
+ rake (10.1.1)
64
+ sprockets (2.10.1)
65
+ hike (~> 1.2)
66
+ multi_json (~> 1.0)
67
+ rack (~> 1.0)
68
+ tilt (~> 1.1, != 1.3.0)
69
+ sprockets-rails (2.0.1)
70
+ actionpack (>= 3.0)
71
+ activesupport (>= 3.0)
72
+ sprockets (~> 2.8)
73
+ thor (0.18.1)
74
+ thread_safe (0.1.3)
75
+ atomic
76
+ tilt (1.4.1)
77
+ treetop (1.4.15)
78
+ polyglot
79
+ polyglot (>= 0.3.1)
80
+ tzinfo (0.3.38)
81
+
82
+ PLATFORMS
83
+ ruby
84
+
85
+ DEPENDENCIES
86
+ bundler (~> 1.3)
87
+ fork_ribs!
88
+ rake
data/README.md CHANGED
@@ -44,7 +44,7 @@ Types of ribbons this gem provides:
44
44
 
45
45
  - `flat_ribbon`
46
46
 
47
- ![flat_ribbon](https://github.com/vipulchhabra/fork_ribs/raw/master/app/assets/images/flat_ribbon.png "This is how classic ribbon will look on your application")
47
+ ![flat_ribbon](https://github.com/vipulchhabra/fork_ribs/raw/master/app/assets/images/flat_ribbon.png "This is how flat ribbon will look on your application")
48
48
 
49
49
  - `snazzy_ribbon`
50
50
 
Binary file
Binary file
Binary file
Binary file
data/fork_ribs.gemspec CHANGED
@@ -5,7 +5,7 @@ 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", "Shilpi prasad", "Himanshu joshi", "Himanshu gupta", "karan arora", "prathiba kn"]
9
9
  spec.email = ["vipulchhabra.dc@gmail.com"]
10
10
  spec.homepage = "https://github.com/vipulchhabra/fork_ribs"
11
11
  spec.summary = "Ribbons that can be used for multiple purposes"
@@ -1,3 +1,3 @@
1
1
  module ForkRibs
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fork_ribs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vipul Chhabra
8
+ - Shilpi prasad
9
+ - Himanshu joshi
10
+ - Himanshu gupta
11
+ - karan arora
12
+ - prathiba kn
8
13
  autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
- date: 2014-02-27 00:00:00.000000000 Z
16
+ date: 2014-02-26 00:00:00.000000000 Z
12
17
  dependencies:
13
18
  - !ruby/object:Gem::Dependency
14
19
  name: rails
@@ -69,6 +74,7 @@ extra_rdoc_files: []
69
74
  files:
70
75
  - .gitignore
71
76
  - Gemfile
77
+ - Gemfile.lock
72
78
  - README.md
73
79
  - Rakefile
74
80
  - app/assets/images/browsers.jpg
@@ -78,6 +84,10 @@ files:
78
84
  - app/assets/images/snazzy_ribbon.png
79
85
  - app/assets/images/twitter.png
80
86
  - app/assets/stylesheets/fork_ribs.css
87
+ - fork_ribs-0.0.2.gem
88
+ - fork_ribs-0.0.3.gem
89
+ - fork_ribs-0.0.4.gem
90
+ - fork_ribs-0.0.6.gem
81
91
  - fork_ribs.gemspec
82
92
  - lib/fork_ribs.rb
83
93
  - lib/fork_ribs/version.rb