db_sample 0.0.11 → 0.0.12

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/db_sample.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["railscode@gmail.com"]
11
11
  spec.description = "Load data for Rails App"
12
12
  spec.summary = "Load data for Rails App"
13
- spec.homepage = "https://github.com/vav/db_sample"
13
+ spec.homepage = "https://github.com/st-granat/db_sample"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module DbSample
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_sample
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
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-05-24 00:00:00.000000000 Z
12
+ date: 2013-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -76,7 +76,7 @@ files:
76
76
  - lib/db_sample/loader.rb
77
77
  - lib/db_sample/prepare.rb
78
78
  - lib/db_sample/version.rb
79
- homepage: https://github.com/vav/db_sample
79
+ homepage: https://github.com/st-granat/db_sample
80
80
  licenses:
81
81
  - MIT
82
82
  post_install_message:
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 1.8.23
100
+ rubygems_version: 1.8.19
101
101
  signing_key:
102
102
  specification_version: 3
103
103
  summary: Load data for Rails App