mapstraction-rails 2.0.18.1 → 2.0.18.3

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/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ .DS_Store
2
+ *.gem
3
+ pkg
@@ -0,0 +1,8 @@
1
+ require "mapstraction/version"
2
+
3
+ module Mapstraction
4
+ class Engine < ::Rails::Engine
5
+ end
6
+ end
7
+
8
+ puts "Declared mapstraction engine"
@@ -1,3 +1,3 @@
1
1
  module Mapstraction
2
- VERSION = "2.0.18.1"
2
+ VERSION = "2.0.18.3"
3
3
  end
@@ -14,4 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "mapstraction-rails"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Mapstraction::VERSION
17
+
18
+ gem.add_dependency('railties', '>= 3.1.0')
17
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mapstraction-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.18.1
4
+ version: 2.0.18.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,23 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-12-30 00:00:00.000000000 Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.1.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.1.0
14
30
  description: Mapstraction gemmed up for use in rails 3.1+ apps
15
31
  email:
16
32
  - alex@alexmreis.com
@@ -18,16 +34,15 @@ executables: []
18
34
  extensions: []
19
35
  extra_rdoc_files: []
20
36
  files:
37
+ - .gitignore
21
38
  - Gemfile
22
39
  - Gemfile.lock
23
40
  - LICENSE
24
41
  - README.md
25
42
  - Rakefile
26
- - lib/mapstraction.rb
27
- - lib/mapstraction/engine.rb
43
+ - lib/mapstraction-rails.rb
28
44
  - lib/mapstraction/version.rb
29
- - mapstraction.gemspec
30
- - mapstraction/.gitignore
45
+ - mapstraction-rails.gemspec
31
46
  - vendor/.DS_Store
32
47
  - vendor/assets/.DS_Store
33
48
  - vendor/assets/javascripts/mxn-min.js
data/lib/mapstraction.rb DELETED
@@ -1,5 +0,0 @@
1
- require "mapstraction/engine"
2
- require "mapstraction/version"
3
-
4
- module Mapstraction
5
- end
@@ -1,4 +0,0 @@
1
- module Mapstraction
2
- class Engine < ::Rails::Engine
3
- end
4
- end
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp