rails-portfolio 0.0.1 → 0.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.
- checksums.yaml +4 -4
- data/lib/portfolio/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea35bf99b59e92267c2a2c0fe46533f1270c0cf1
|
4
|
+
data.tar.gz: 8633bb0c327dcf597fabc7a9b42ad29381c108c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e20decd10288ba725fd2020e4d6743dbd61c3820abda125e7171f30a85e56fdf7f478f2870c4af19b0ba81520f83fcbeb459464ddd4cae9b01c99c97b57ed26
|
7
|
+
data.tar.gz: a44923f1ece754ef6e177d616287c562c49f6d1c586fa4a25742c4152aa84d5bcab6625d7d03044722c687ddb61f8ae4781f4fc4125b0060e3b6433b1f98b560
|
data/lib/portfolio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-portfolio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduardo Messuti
|
@@ -122,7 +122,8 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description: This gem allows you to easily create a Portfolio web site
|
125
|
+
description: This gem allows you to easily create a Portfolio web site to showcase
|
126
|
+
your work.
|
126
127
|
email:
|
127
128
|
- messuti.edd@gmail.com
|
128
129
|
executables: []
|
@@ -831,7 +832,7 @@ files:
|
|
831
832
|
- spec/support/factory_girl.rb
|
832
833
|
- spec/views/portfolio/site_projects/index.html.erb_spec.rb
|
833
834
|
- spec/views/portfolio/sites/show.html.erb_spec.rb
|
834
|
-
homepage:
|
835
|
+
homepage: https://github.com/messuti-edd/rails-portfolio
|
835
836
|
licenses:
|
836
837
|
- MIT
|
837
838
|
metadata: {}
|