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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/portfolio/version.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a92c535a5614dd45944487bbc4d812a59ec87ad6
4
- data.tar.gz: cbab62385b8c7a0ff2801cb15e5e509c732dcd66
3
+ metadata.gz: ea35bf99b59e92267c2a2c0fe46533f1270c0cf1
4
+ data.tar.gz: 8633bb0c327dcf597fabc7a9b42ad29381c108c6
5
5
  SHA512:
6
- metadata.gz: 17c977ecf8fa7a10b27228b5fcb5ad7b03b126f786d14bf38f9e69917279e67d6d125b6f8a0080c261bc8e9f872cb61fd2168d3f80e82e0c69a2997c235e6a28
7
- data.tar.gz: e8a494db93d6330117b2dae12969379eba187344be064342bd54d7e3e68d84dbaeb1ec3c50dbaef0c786104df607300da65a11a83736856bf16c82cb282c4c10
6
+ metadata.gz: 0e20decd10288ba725fd2020e4d6743dbd61c3820abda125e7171f30a85e56fdf7f478f2870c4af19b0ba81520f83fcbeb459464ddd4cae9b01c99c97b57ed26
7
+ data.tar.gz: a44923f1ece754ef6e177d616287c562c49f6d1c586fa4a25742c4152aa84d5bcab6625d7d03044722c687ddb61f8ae4781f4fc4125b0060e3b6433b1f98b560
@@ -1,3 +1,3 @@
1
1
  module Portfolio
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: http://edd.bz
835
+ homepage: https://github.com/messuti-edd/rails-portfolio
835
836
  licenses:
836
837
  - MIT
837
838
  metadata: {}