randomuser-local-rails 0.4.0.3 → 0.4.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/randomuser_local/version.rb +1 -1
- data/randomuser_local.gemspec +0 -1
- metadata +2 -4
- data/bin/rails +0 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 420e10ab2418d201ec9f4c6b8d9dac136a5a23f4
|
4
|
+
data.tar.gz: f65339bbfd6593857188f36519e049ffd94abf5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96e610cffb37667cda6b465b066cfe49c0db9b6fe7a7418f4dcc67e302a558534fc6f9db7d89fd3d3fcd30cbed3e641df05e18ed625c0121f86620e5e71c5dbb
|
7
|
+
data.tar.gz: b4990c25454e59cd27f1ef0a0262dc48e0127c320159409f5683bade63383f674eca6d7c0741e5a00cf36186e81fd394edd0267ad2e241103e830ae439fc618f
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/randomuser_local.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: randomuser-local-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0.
|
4
|
+
version: 0.4.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henry Poydar
|
@@ -41,8 +41,7 @@ dependencies:
|
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- hpoydar@gmail.com
|
44
|
-
executables:
|
45
|
-
- rails
|
44
|
+
executables: []
|
46
45
|
extensions: []
|
47
46
|
extra_rdoc_files: []
|
48
47
|
files:
|
@@ -250,7 +249,6 @@ files:
|
|
250
249
|
- app/assets/images/randomuser_local/portraits/women/93.jpg
|
251
250
|
- app/assets/images/randomuser_local/portraits/women/94.jpg
|
252
251
|
- app/assets/images/randomuser_local/portraits/women/95.jpg
|
253
|
-
- bin/rails
|
254
252
|
- lib/randomuser_local.rb
|
255
253
|
- lib/randomuser_local/data/US/city_names.txt
|
256
254
|
- lib/randomuser_local/data/US/female_first_names.txt
|
data/bin/rails
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
|
3
|
-
|
4
|
-
ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
5
|
-
ENGINE_PATH = File.expand_path('../../lib/randomuser_local/engine', __FILE__)
|
6
|
-
|
7
|
-
# Set up gems listed in the Gemfile.
|
8
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
9
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
10
|
-
|
11
|
-
require 'rails/all'
|
12
|
-
require 'rails/engine/commands'
|