showandtell 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/lib/showandtell.rb CHANGED
@@ -1,6 +1,4 @@
1
- require 'showandtell/version'
2
-
3
- module Showandtell
1
+ module Showandtell
4
2
  module Rails
5
3
  class Engine < ::Rails::Engine
6
4
  end
Binary file
data/showandtell.gemspec CHANGED
@@ -1,10 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "showandtell/version"
4
3
 
5
4
  Gem::Specification.new do |s|
6
5
  s.name = 'showandtell'
7
- s.version = Showandtell::VERSION
6
+ s.version = '0.0.7'
8
7
  s.author = 'J-P Teti (fancy-rails-notifications by mluckender)'
9
8
  s.email = 'roboteti@gmail.com'
10
9
  s.homepage = "http://github.com/roboteti/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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &4932690 !ruby/object:Gem::Requirement
16
+ requirement: &4752450 !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: *4932690
24
+ version_requirements: *4752450
25
25
  description:
26
26
  email: roboteti@gmail.com
27
27
  executables: []
@@ -34,11 +34,11 @@ files:
34
34
  - ./lib/assets/javascripts/showandtell/jquery.fancy-notifications.js
35
35
  - ./lib/assets/stylesheets/showandtell/index.css
36
36
  - ./lib/assets/stylesheets/showandtell/jquery.fancy-notifications.css
37
- - ./lib/showandtell/version.rb
38
37
  - ./lib/showandtell.rb
39
38
  - ./LICENSE.txt
40
39
  - ./Rakefile
41
40
  - ./README.md
41
+ - ./showandtell-0.0.6.gem
42
42
  - ./showandtell.gemspec
43
43
  homepage: http://github.com/roboteti/showandtell
44
44
  licenses: []
@@ -1,3 +0,0 @@
1
- module Showandtell
2
- VERSION = "0.0.6"
3
- end