rails2_rubygems2_compatibility 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTJmYmYwMzJkNmNjNTdiZjQ4YTQ4NjNjNTMyMmQ4Y2YzYjdjMjcyYg==
4
+ MWNiYjA4ZGE0YmFkMTdlNjY4MTM2YWI5ZDRiNjJiYTRjZmU3YmZmNA==
5
5
  data.tar.gz: !binary |-
6
- YTBlMTllNzdjNGIyYmNhYjQwNzU3NjJmMzAxZWE0NTQ4YjlmMzJiZA==
6
+ NjBhNmViMDhkMzdlOGRkNjdlOGFhMzJiZWFhMTA5NmQ5MjE5ZjU3NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmQxNzJmNGI4Mjg0MDY1MzFlZTk3MzliMDU1MTQxY2Q0Yzg5ZGI1NmE2YTAw
10
- NGY2ZDJhZGI0MDMzM2I1YTJiNzA0MDllMmZhNDlkNjgzNjljMDk5NTVmMjNk
11
- NGJlZDY0ZmFlMTc5MGNmZGE0OGYxZjUwMWE0MGE3MDZmOWFiY2E=
9
+ ZTg5NWZiNDM1NDcwZjE3MDFiMjNhYWM0NmE4Y2E1ZDAxOTNiZmY1NjYwOWNm
10
+ NTgzZjk5MjM2OWM5ZGU5OGEwMWE3ZTEyN2VlYWZkMTNkZDdlYTk3NzZmMWQw
11
+ OTBlZGZkZmQzNTc1YzZhZmYwOWYxNGFmYzQ3MWFjMDFhMzE0OTk=
12
12
  data.tar.gz: !binary |-
13
- MmJhYWM1YjQ5MGI3YzFhNTZmYjQxYzI1OTRhZTE1ZDI5NjcyZjE5OWE0NzYz
14
- MWQwOTk1OTdiZjExZDc4MTNkMGZkYzkxOWY1ZjU4NzEwYTgzYjhiNDAyNjkz
15
- MzEyOGRiZmFmMDBiZTVkOGNiZGUyYzU4MmZlZGVhYWNjYTYwZmY=
13
+ N2FiNWYxMmJlZTBjOTk2NGZjOTQxOTBmNTEzMWZhMjQzNjgyYjljNGI4NzM0
14
+ ODViOTMxNDA4ZDgwZmU5OGY3Yzc0Njc0NzgxYjVhNjdhN2ZlYTQ0OWIzZTFj
15
+ ZjQ0OTg4ZDVmMmU0MzMyNDdhN2U0YjAwMTdmMTI5NDM4NDNjZTM=
@@ -1,5 +1,5 @@
1
1
  module Rails2Rubygems2Compatibility
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
4
4
 
5
5
  # monkey patch. Will ignore vendor gems.
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'rails2_rubygems2_compatibility'
16
- s.version = '0.0.1'
16
+ s.version = '0.0.2'
17
17
  s.date = '2013-07-12'
18
18
 
19
19
  ## Make sure your summary is short. The description may be as long
@@ -46,6 +46,7 @@ Gem::Specification.new do |s|
46
46
 
47
47
  ## List your runtime dependencies here. Runtime dependencies are those
48
48
  ## that are needed for an end user to actually USE your code.
49
+ s.add_dependency('rails', '~> 2.3.0')
49
50
 
50
51
  ## List your development dependencies here. Development dependencies are
51
52
  ## those that are only needed during development
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails2_rubygems2_compatibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Noack
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-07-12 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 2.3.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 2.3.0
13
27
  description: See README for full details on how to install, use, etc.
14
28
  email: development@travellink.com.au
15
29
  executables: []