monglobal 0.0.4 → 0.0.5

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.
@@ -8,11 +8,6 @@ First add to your Gemfile
8
8
 
9
9
  Then run bundle install
10
10
 
11
- Then, you need to set up the LANGS constant.
12
-
13
- rails g monglobal:setup
14
-
15
-
16
11
  Then in your model:
17
12
 
18
13
  class Post
@@ -7,7 +7,7 @@ gem 'rails', '3.2.2'
7
7
 
8
8
 
9
9
  gem 'mongo_mapper'
10
- gem "monglobal", "~> 0.0.3"
10
+ gem "monglobal", "~> 0.0.4"
11
11
 
12
12
 
13
13
  # Gems used only for assets and not required
@@ -1,3 +1,3 @@
1
1
  module Monglobal
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -19,6 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency('paperclip')
23
22
 
24
23
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: monglobal
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Wylie Thomas
@@ -10,20 +10,10 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-01-14 00:00:00 -07:00
13
+ date: 2013-01-15 00:00:00 -07:00
14
14
  default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: paperclip
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
25
- type: :runtime
26
- version_requirements: *id001
15
+ dependencies: []
16
+
27
17
  description: Translates models in Rails for MongoDB
28
18
  email:
29
19
  - wylie@wyliethomas.com