gossiper 0.3.0 → 0.3.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: e3716407ac00419742e5e27b7ca519d8c917db74
4
- data.tar.gz: aef5ae17de79516eb899b82e511b3f2968638dff
3
+ metadata.gz: 2113e31ba9ac53ce782e47f7d6151d4cee60ad9b
4
+ data.tar.gz: 8470ab50db16479a9e058afdd118ce2feb9601b6
5
5
  SHA512:
6
- metadata.gz: 5c8a47020bd298bc4c7839b8697d73165d393084a4c948378a21f2d2139584484b53899372acbaacbb1c359eca762bf4a2f6a322ab7186d54f78f0f00ab735b0
7
- data.tar.gz: 194baa36496e0d7cd375ba98f687c3410a413654de0ff1b78507c52a6796225819a52aa5b126f6588d2e946dda43d5c08acbe275f5c13eabbe496094a215728c
6
+ metadata.gz: 48a9003e745838d2d1d1a95ee56bb508ca9d58a98d4a7a3e56a59172479d7cb0538fc865d3f3aead572e43ba2b2dde8bc4a742256abe79ad289b89cd2eb74cf2
7
+ data.tar.gz: e2021162be7d6a11b6a728bc8be138c7eed1e89c68dc5f231c957d225ed2c5d825c708709075b0fe9a8bcd3628f0ce4af1745458a43b0be55a49c7dd4ddfc45b
@@ -28,7 +28,7 @@
28
28
 
29
29
  <footer class="footer">
30
30
  <div class="pull-right">
31
- Powered by <a href="https://github.com/mjacobus/gossiper">Gossiper <%= Gossiper::VERSION %></a>
31
+ Powered by <a href="https://github.com/mjacobus/gossiper-engine">Gossiper <%= Gossiper::VERSION %></a>
32
32
  </div>
33
33
  </footer>
34
34
 
@@ -1,3 +1,3 @@
1
1
  module Gossiper
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gossiper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Jacobus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-10 00:00:00.000000000 Z
11
+ date: 2013-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3
@@ -169,7 +169,7 @@ files:
169
169
  - lib/generators/gossiper/notification_type/USAGE
170
170
  - MIT-LICENSE
171
171
  - Rakefile
172
- homepage: https://github.com/mjacobus/gossiper
172
+ homepage: https://github.com/mjacobus/gossiper-engine
173
173
  licenses:
174
174
  - MIT
175
175
  metadata: {}