testing_gem 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/testing_gem.rb +5 -1
  2. data/testing_gem.gemspec +1 -1
  3. metadata +8 -6
data/lib/testing_gem.rb CHANGED
@@ -4,6 +4,10 @@ module TestingGem
4
4
  class TestingGem < Rails::Railtie
5
5
  console do
6
6
  puts 'testing one two three'
7
- end
7
+ end
8
+
9
+ initializer 'testing_gem.configure_rails_initialization' do
10
+ ActiveRecord::Base.extend BlaBla::Base
11
+ end
8
12
  end
9
13
  end
data/testing_gem.gemspec CHANGED
@@ -4,7 +4,7 @@ require "testing_gem/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "testing_gem"
7
- s.version = TestingGem::VERSION
7
+ s.version = '0.0.2'
8
8
  s.authors = ["Sohaib Bhatti"]
9
9
  s.email = ["sohaib.bhatti@7vals.com"]
10
10
  s.homepage = ""
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testing_gem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease:
4
+ hash: 27
5
+ prerelease: false
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
  - Sohaib Bhatti
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-03 00:00:00 Z
18
+ date: 2012-03-03 00:00:00 +05:00
19
+ default_executable:
19
20
  dependencies: []
20
21
 
21
22
  description: Testing a gem out
@@ -34,6 +35,7 @@ files:
34
35
  - lib/testing_gem.rb
35
36
  - lib/testing_gem/version.rb
36
37
  - testing_gem.gemspec
38
+ has_rdoc: true
37
39
  homepage: ""
38
40
  licenses: []
39
41
 
@@ -63,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
65
  requirements: []
64
66
 
65
67
  rubyforge_project: testing_gem
66
- rubygems_version: 1.8.17
68
+ rubygems_version: 1.3.7
67
69
  signing_key:
68
70
  specification_version: 3
69
71
  summary: Testing