redis_snippets 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.
data/Rakefile CHANGED
@@ -16,3 +16,13 @@ begin
16
16
  rescue LoadError
17
17
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
18
18
  end
19
+
20
+ desc "New release"
21
+ task :new_release do |t|
22
+ `rake version:bump:patch` # Updates VERSION.
23
+ `rake gemspec`
24
+ `git commit -am "Preparing new release."`
25
+ `rm -f pkg/*`
26
+ `rake build`
27
+ `rake rubygems:release`
28
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
File without changes
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{redis_snippets}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Martin Moen Wulffeld"]
12
- s.date = %q{2011-04-23}
12
+ s.date = %q{2011-04-30}
13
13
  s.description = %q{}
14
14
  s.email = %q{martin@wulffeld.org}
15
15
  s.extra_rdoc_files = [
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  "app/controllers/admin/snippets_controller.rb",
23
23
  "app/helpers/redis_snippets/snippets_helper.rb",
24
24
  "app/models/redis_snippets/snippets.rb",
25
- "app/views/admin/ads/show.html.erb",
25
+ "app/views/admin/snippets/show.html.erb",
26
26
  "config/routes.rb",
27
27
  "lib/redis_snippets.rb",
28
28
  "lib/redis_snippets/railtie.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis_snippets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Moen Wulffeld
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-23 00:00:00 +02:00
18
+ date: 2011-04-30 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -61,7 +61,7 @@ files:
61
61
  - app/controllers/admin/snippets_controller.rb
62
62
  - app/helpers/redis_snippets/snippets_helper.rb
63
63
  - app/models/redis_snippets/snippets.rb
64
- - app/views/admin/ads/show.html.erb
64
+ - app/views/admin/snippets/show.html.erb
65
65
  - config/routes.rb
66
66
  - lib/redis_snippets.rb
67
67
  - lib/redis_snippets/railtie.rb