zacusca 0.1.0 → 0.1.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e7febcc905259a330dcbdb19430112a4575c3c8
4
- data.tar.gz: 503ff794cb81386e7feaf0e4ba7764ecc4a89102
3
+ metadata.gz: 47be9dbe0396bf4448a4447708b36e281c171a7d
4
+ data.tar.gz: 6a82d1653c91d0dc3545a08ca474212e3cd54d05
5
5
  SHA512:
6
- metadata.gz: c6eb03ab3302c0583326d6ed1838b6a4da2b2eae9526dfa75e157b2dfc42d1827ce47bafb5a9f069d982bd458536834cbe9df6ac3267aa87244ac2f83aeacd84
7
- data.tar.gz: fdf082757bd2a94d57eacbbaf27594d9eea3ca04e6ca8750016abc2b11040eec32026cb629968486637c54f7f29c224aad55bbe0df512c8d10baf5ab2293b7fc
6
+ metadata.gz: 3350a397c64b2e6f8349fb30546db400593b9ad1b936e50062598320fa7a2ebc2942bc6a524c1c82bbd6c74723bfe4467c7023174af34d9e54d73e46f02e97a9
7
+ data.tar.gz: 65f6c7148ed27a343ebf49d71cfb73df7d362e8fcd7a7b4cc7b46e0543a75a9fe0b1a8d8503d9eb15aa744adc74ffb9d77ec5e936adea0298938fb873e86f298
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Zacusca
2
- Turns any project into delicious [zacusca](https://en.wikipedia.org/wiki/Zacusc%C4%83).
2
+ Turns any Rails project into delicious [zacusca](https://en.wikipedia.org/wiki/Zacusc%C4%83).
3
3
 
4
4
  **WARNING: I am not responsible for any direct or indirect data loss resulted from using zacusca.**
5
5
 
@@ -1,3 +1,3 @@
1
1
  module Zacusca
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Turns your project into zacusca."
13
13
  spec.description = "It turns any Rails project into some very good zacusca."
14
- spec.homepage = "http://mihail.co"
14
+ spec.homepage = "https://github.com/icebreaker/zacusca"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zacusca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mihail Szabolcs
@@ -56,7 +56,7 @@ files:
56
56
  - lib/zacusca/railtie.rb
57
57
  - lib/zacusca/version.rb
58
58
  - zacusca.gemspec
59
- homepage: http://mihail.co
59
+ homepage: https://github.com/icebreaker/zacusca
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}