fullstack-carousel 0.1.2 → 0.1.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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/fullstack-carousel.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "fullstack-carousel"
|
|
18
|
-
gem.homepage = "http://github.com/mcasimir/
|
|
18
|
+
gem.homepage = "http://github.com/mcasimir/fullstack-carousel"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Carousel plugin for fullstack cms}
|
|
21
21
|
gem.description = %Q{Carousel plugin for fullstack cms}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/fullstack-carousel.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "fullstack-carousel"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["mcasimir"]
|
|
12
|
-
s.date = "2013-01
|
|
12
|
+
s.date = "2013-06-01"
|
|
13
13
|
s.description = "Carousel plugin for fullstack cms"
|
|
14
14
|
s.email = "maurizio.cas@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
"lib/fullstack/carousel/engine.rb",
|
|
32
32
|
"lib/generators/fullstack/carousel/install_generator.rb"
|
|
33
33
|
]
|
|
34
|
-
s.homepage = "http://github.com/mcasimir/
|
|
34
|
+
s.homepage = "http://github.com/mcasimir/fullstack-carousel"
|
|
35
35
|
s.licenses = ["MIT"]
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubygems_version = "1.8.25"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fullstack-carousel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01
|
|
12
|
+
date: 2013-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -80,7 +80,7 @@ files:
|
|
|
80
80
|
- lib/fullstack/carousel.rb
|
|
81
81
|
- lib/fullstack/carousel/engine.rb
|
|
82
82
|
- lib/generators/fullstack/carousel/install_generator.rb
|
|
83
|
-
homepage: http://github.com/mcasimir/
|
|
83
|
+
homepage: http://github.com/mcasimir/fullstack-carousel
|
|
84
84
|
licenses:
|
|
85
85
|
- MIT
|
|
86
86
|
post_install_message:
|
|
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
segments:
|
|
97
97
|
- 0
|
|
98
|
-
hash: -
|
|
98
|
+
hash: -3348864360096290031
|
|
99
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
none: false
|
|
101
101
|
requirements:
|