showandtell 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Showandtell
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/showandtell.rb CHANGED
@@ -1,6 +1,6 @@
1
- require './showandtell_version'
1
+ require './showandtell/version.rb'
2
2
 
3
- module Showandtell
3
+ module Showandtell
4
4
  module Rails
5
5
  class Engine < ::Rails::Engine
6
6
  end
data/showandtell.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- require './lib/showandtell_version'
1
+ require './lib/showandtell/version.rb'
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'showandtell'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: showandtell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-22 00:00:00.000000000 Z
12
+ date: 2012-01-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &4739710 !ruby/object:Gem::Requirement
16
+ requirement: &8828910 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *4739710
24
+ version_requirements: *8828910
25
25
  description:
26
26
  email: roboteti@gmail.com
27
27
  executables: []
@@ -36,7 +36,6 @@ files:
36
36
  - ./lib/assets/stylesheets/showandtell/jquery.fancy-notifications.css
37
37
  - ./lib/showandtell/version.rb
38
38
  - ./lib/showandtell.rb
39
- - ./lib/showandtell_version.rb
40
39
  - ./LICENSE.txt
41
40
  - ./Rakefile
42
41
  - ./README.md
@@ -61,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
60
  version: '0'
62
61
  requirements: []
63
62
  rubyforge_project:
64
- rubygems_version: 1.8.10
63
+ rubygems_version: 1.8.15
65
64
  signing_key:
66
65
  specification_version: 3
67
66
  summary: Simple, nicer Rails notifications
@@ -1,3 +0,0 @@
1
- module Showandtell
2
- VERSION = "0.0.4"
3
- end