acts_as_priceable 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = ActsAsPriceable::VERSION
17
17
  gem.add_dependency "activerecord", ">= 3.0.0"
18
- gem.add_dependency "bigdecimal", "~> 1.1.0"
19
18
  gem.add_development_dependency 'rspec', "~> 2.10.0"
20
19
  gem.add_development_dependency 'rake'
21
20
  gem.add_development_dependency 'sqlite3'
@@ -1,3 +1,3 @@
1
1
  module ActsAsPriceable
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_priceable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-22 00:00:00.000000000 Z
12
+ date: 2013-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -27,22 +27,6 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.0.0
30
- - !ruby/object:Gem::Dependency
31
- name: bigdecimal
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ~>
36
- - !ruby/object:Gem::Version
37
- version: 1.1.0
38
- type: :runtime
39
- prerelease: false
40
- version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
- requirements:
43
- - - ~>
44
- - !ruby/object:Gem::Version
45
- version: 1.1.0
46
30
  - !ruby/object:Gem::Dependency
47
31
  name: rspec
48
32
  requirement: !ruby/object:Gem::Requirement
@@ -108,7 +92,6 @@ files:
108
92
  - lib/acts_as_priceable/base.rb
109
93
  - lib/acts_as_priceable/schema.rb
110
94
  - lib/acts_as_priceable/version.rb
111
- - projectFilesBackup/.idea/acts_as_priceable.iml
112
95
  - spec/base_spec.rb
113
96
  - spec/database.yml
114
97
  - spec/models/dummy.rb
@@ -128,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
111
  version: '0'
129
112
  segments:
130
113
  - 0
131
- hash: 4451623574153091870
114
+ hash: -2619945945868084859
132
115
  required_rubygems_version: !ruby/object:Gem::Requirement
133
116
  none: false
134
117
  requirements:
@@ -137,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
120
  version: '0'
138
121
  segments:
139
122
  - 0
140
- hash: 4451623574153091870
123
+ hash: -2619945945868084859
141
124
  requirements: []
142
125
  rubyforge_project:
143
126
  rubygems_version: 1.8.24
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="RUBY_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- <orderEntry type="library" scope="PROVIDED" name="activemodel (v3.2.8, RVM: ruby-1.9.3-p194) [gem]" level="application" />
8
- <orderEntry type="library" scope="PROVIDED" name="activerecord (v3.2.8, RVM: ruby-1.9.3-p194) [gem]" level="application" />
9
- <orderEntry type="library" scope="PROVIDED" name="activesupport (v3.2.8, RVM: ruby-1.9.3-p194) [gem]" level="application" />
10
- <orderEntry type="library" scope="PROVIDED" name="arel (v3.0.2, RVM: ruby-1.9.3-p194) [gem]" level="application" />
11
- <orderEntry type="library" scope="PROVIDED" name="bigdecimal (v1.1.0, RVM: ruby-1.9.3-p194) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="builder (v3.0.4, RVM: ruby-1.9.3-p194) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.2.1, RVM: ruby-1.9.3-p194) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p194) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.1, RVM: ruby-1.9.3-p194) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.3.6, RVM: ruby-1.9.3-p194) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, RVM: ruby-1.9.3-p194) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="rspec (v2.10.0, RVM: ruby-1.9.3-p194) [gem]" level="application" />
19
- <orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.10.0, RVM: ruby-1.9.3-p194) [gem]" level="application" />
20
- <orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.10.0, RVM: ruby-1.9.3-p194) [gem]" level="application" />
21
- <orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.10.1, RVM: ruby-1.9.3-p194) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="sqlite3 (v1.3.6, RVM: ruby-1.9.3-p194) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.33, RVM: ruby-1.9.3-p194) [gem]" level="application" />
24
- </component>
25
- </module>
26
-