klops 0.0.3 → 0.0.5

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. data/klops.gemspec +2 -2
  2. data/lib/klops/version.rb +1 -1
  3. metadata +3 -3
data/klops.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Kamil Wdowicz"]
9
9
  s.email = ["lolmamut@gmail.com"]
10
10
  s.homepage = ""
11
- s.summary = %q{Add small pieces of text you can use in your applications}
12
- s.description = %q{Add small pieces of text you can use in your applications}
11
+ s.summary = %q{Add common snippets to your Rails app}
12
+ s.description = %q{Add common snippets to your Rails app}
13
13
 
14
14
  s.rubyforge_project = "klops"
15
15
 
data/lib/klops/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Klops
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease: !!null
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ cert_chain: []
12
12
  date: 2012-01-07 00:00:00.000000000 +01:00
13
13
  default_executable: !!null
14
14
  dependencies: []
15
- description: Add small pieces of text you can use in your applications
15
+ description: Add common snippets to your Rails app
16
16
  email:
17
17
  - lolmamut@gmail.com
18
18
  executables: []
@@ -49,5 +49,5 @@ rubyforge_project: klops
49
49
  rubygems_version: 1.5.0
50
50
  signing_key: !!null
51
51
  specification_version: 3
52
- summary: Add small pieces of text you can use in your applications
52
+ summary: Add common snippets to your Rails app
53
53
  test_files: []