thecity-plugin 1.0.0 → 1.0.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: 2733a398109b8abd67889a6b06bf851fa10c3788
4
- data.tar.gz: fac6692214067a499edf5f15f9b6b4e206f8aa26
3
+ metadata.gz: bccdac59d0001ac0a3d498b08194d6222554767a
4
+ data.tar.gz: e63d88e1d9d4afa2e1667f7f5e43c268a1c7d2ff
5
5
  SHA512:
6
- metadata.gz: f1260cab2bad4645fbb6239661a123294c723ffd2ee1e8a293993f7afc62b5a2b6d0872911bb7917797902bd4356d6eb31e5560e16a126d2d85e9ba55e91bed2
7
- data.tar.gz: 773f7b8103247c35f48d6b7bc6652fbadc79130349cc37f5e0b50aaa5ea568e20e5073977e58af07b6d4df816c25b5e804d8f864df35f0c692df473c58e84353
6
+ metadata.gz: d3e950187697cb7b62160119b658af92d7842f3af8ce2f9575e0c6e0e0925bdabfd08907272019500cae366f0693f80115b2ca7d721680a51d02246a49242402
7
+ data.tar.gz: 88313df04b0bb6e6b0f45ba9f97f65ef3a18e658282bd25015d7a3880b6dc1375a55596504c207fdd45719dabbc9544f47d5a582fc3b498ccbc92fcbb1792b51
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # The City Plugin
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/thecity-plugin.png)](http://badge.fury.io/rb/thecity-plugin)
4
+
3
5
  Provides methods to decrypt data coming from The City plugin framework.
4
6
 
5
7
  ## Installation
@@ -1,5 +1,5 @@
1
1
  module Thecity
2
2
  module Plugin
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["mark@onthecity.org"]
11
11
  gem.description = %q{Provides methods to decrypt data coming from The City plugin framework}
12
12
  gem.summary = %q{Provides methods to decrypt data coming from The City plugin framework}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/thecity/thecity-plugin"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecity-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Blair
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-25 00:00:00.000000000 Z
11
+ date: 2013-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides methods to decrypt data coming from The City plugin framework
14
14
  email:
@@ -26,7 +26,7 @@ files:
26
26
  - lib/thecity-plugin/version.rb
27
27
  - test/test_cityplugin.rb
28
28
  - thecity-plugin.gemspec
29
- homepage: ''
29
+ homepage: https://github.com/thecity/thecity-plugin
30
30
  licenses: []
31
31
  metadata: {}
32
32
  post_install_message: