ui_faces 0.1.0 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecf3a4c124359943e74084827d482d4ec863ed31
4
- data.tar.gz: f280e03c0f8cb59b632d750b82445bdb18d606b4
3
+ metadata.gz: a2ebf3ef1bdfbda5a29671aa145bbd12d8f7d8bb
4
+ data.tar.gz: dd3f2932551d9fd1eb264175fb1278b89e4ed7f5
5
5
  SHA512:
6
- metadata.gz: 16d7dcb348cd1f2e3d00fbef57a0e779cbbc6a9179e0e51fcf2edcc2a62cbab5ffc14674b7d43522b34b59ee5f3787dccd801badd645de32d7148d9b882a16aa
7
- data.tar.gz: 5280b33eda4fdbc1b62d721adca4454a2c65c1998ff49ebe6bec5bac7e6eaa2f74398c20e6c04b8d662e1b0bd46cdfd4d2d159b6d99a9fc2dd255833db666f0d
6
+ metadata.gz: 0123d490fcd2c04be0bfef3844bb5f90586e0c6e4e6850dc2f4a6afcd5343743752deb41666d74b5100accfd1302945d300b06d72e0236251680b78f7ca97345
7
+ data.tar.gz: f6d790b7b9a9d22c5ad00337dbaea1a8c2fe1145c12c066f5b2c0799669ea52c4f97dce7ad83d8d54786013736f1c0fa9c71ffaf9dc5b50fba186d25fb347465
data/.gitignore CHANGED
@@ -12,3 +12,6 @@
12
12
  *.o
13
13
  *.a
14
14
  mkmf.log
15
+ install/
16
+ lib\check.py
17
+ lib/check.py
data/lib/ui_faces.rb CHANGED
@@ -10,7 +10,7 @@ module UiFaces
10
10
  'boheme', 'cemshid', 'thrivesolo', 'enda', 'jollynutlet', 'adellecharles', 'peterme', 'mghoz',
11
11
  'flamekaizar', 'jina', 'dustinlamont', 'idiot', 'joshhemsley', 'mlane', 'nexy_dre', 'sindresorhus',
12
12
  'sillyleo', 'motherfuton', 'tomaslau', 'arminophen', 'guiiipontes', 'c_southam',
13
- 'mrjohnwalker', 'iconfinder', 'glif', '_hartjeg', 'soffes', 'teleject', 'brynn',
13
+ 'mrjohnwalker', 'iconfinder', 'glif', '_hartjeg', 'teleject', 'brynn',
14
14
  'rssems', 'felipenogs', 'gt', 'mattchevy', 'jaredfitch', 'andrewaashen', 'ladylexy',
15
15
  'brandclay', 'abecherian', 'ManikRathee', 'vista', 'leemunroe', 'dingyi', 'putorti',
16
16
  'dakshbhagya', 'dannpetty', 'teclaro', '_shahedk', 'kfriedson', 'kevin_granger', 'fffabs',
@@ -70,17 +70,18 @@ module UiFaces
70
70
  "motamarad", "deluzino", "jay_wilburn", "lpzilva", "migl40d", "_iamnyasha", "vitorleal", "edhenderson",
71
71
  "akmalfikri"]
72
72
 
73
+
73
74
  WOMEN = ["jina", "ladylexy", "adellecharles", "kfriedson", "brynn", "pixeliris", "nisaanjani", "uxceo",
74
- "allisongrayce", "stylecampaign", "syswarren", "nettatheninja", "chexee", "geeftvorm",
75
- "marktimemedia", "jennyshen", "andrea211087", "mtnmissy", "chloepark", "idiot_girl", "irenetrn",
76
- "lettershoppe", "jackiesaik", "missbgui", "kaelifa", "samihah", "lady_katherine",
77
- "kirstyllee", "yuanwang1", "cynthiasavard", "megdraws", "katiefritz"]
75
+ "allisongrayce", "stylecampaign", "syswarren", "nettatheninja", "chexee", "geeftvorm",
76
+ "marktimemedia", "jennyshen", "andrea211087", "mtnmissy", "idiot_girl", "irenetrn",
77
+ "lettershoppe", "jackiesaik", "missbgui", "kaelifa", "samihah", "lady_katherine",
78
+ "kirstyllee", "yuanwang1", "cynthiasavard", "megdraws", "katiefritz"]
78
79
 
79
80
  MEN = ["brad_frost", "csswizardry", "guiiipontes", "kurafire", "tomaslau", "cemshid", "dancounsell",
80
81
  "abecherian", "mlane", "peterme", "suprb", "dingyi", "shalt0ni", "vista", "arminophen",
81
82
  "kevin_granger", "rssems", "adhamdannaway", "nexy_dre", "teleject", "9lessons", "dakshbhagya",
82
83
  "_shahedk", "itsjonq", "joshhemsley", "enda", "leemunroe", "vladarbatov", "c_southam", "felipenogs",
83
- "kerem", "ManikRathee", "chadengle", "peterlandt", "jaredfitch", "mattchevy", "soffes", "sindresorhus",
84
+ "kerem", "ManikRathee", "chadengle", "peterlandt", "jaredfitch", "mattchevy", "sindresorhus",
84
85
  "motherfuton", "mrjohnwalker", "putorti", "teclaro", "andrewaashen", "aaroni", "boheme", "dustinlamont"]
85
86
 
86
87
  BASE_LINK = "https://s3.amazonaws.com/uifaces/faces/twitter/"
@@ -1,3 +1,3 @@
1
1
  module UiFaces
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.4"
3
3
  end
data/ui_faces.gemspec CHANGED
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
21
+ spec.add_development_dependency "bundler"
22
+ spec.add_development_dependency "rake"
23
23
  spec.add_development_dependency "rspec"
24
24
  spec.add_development_dependency "rspec-nc"
25
25
  spec.add_development_dependency "guard"
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_faces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guinsly Mondesir
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-10 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.7'
19
+ version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.7'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -109,14 +109,6 @@ files:
109
109
  - LICENSE.txt
110
110
  - README.md
111
111
  - Rakefile
112
- - install/.gitignore
113
- - install/Gemfile
114
- - install/LICENSE.txt
115
- - install/README.md
116
- - install/Rakefile
117
- - install/install.gemspec
118
- - install/lib/install.rb
119
- - install/lib/install/version.rb
120
112
  - lib/ui_faces.rb
121
113
  - lib/ui_faces/version.rb
122
114
  - spec/spec_helper.rb
@@ -142,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
134
  version: '0'
143
135
  requirements: []
144
136
  rubyforge_project:
145
- rubygems_version: 2.2.2
137
+ rubygems_version: 2.6.11
146
138
  signing_key:
147
139
  specification_version: 4
148
140
  summary: This gem uses UIfaces.com to fake user pictures on your app.
data/install/.gitignore DELETED
@@ -1,14 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- *.bundle
11
- *.so
12
- *.o
13
- *.a
14
- mkmf.log
data/install/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in install.gemspec
4
- gemspec
data/install/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2016 Guinsly Mondesir
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/install/README.md DELETED
@@ -1,31 +0,0 @@
1
- # Install
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'install'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install install
20
-
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
- ## Contributing
26
-
27
- 1. Fork it ( https://github.com/[my-github-username]/install/fork )
28
- 2. Create your feature branch (`git checkout -b my-new-feature`)
29
- 3. Commit your changes (`git commit -am 'Add some feature'`)
30
- 4. Push to the branch (`git push origin my-new-feature`)
31
- 5. Create a new Pull Request
data/install/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
-
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'install/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "install"
8
- spec.version = Install::VERSION
9
- spec.authors = ["Guinsly Mondesir"]
10
- spec.email = ["guinslym @gmail.com"]
11
- spec.summary = %q{TODO: Write a short summary. Required.}
12
- spec.description = %q{TODO: Write a longer description. Optional.}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- end
@@ -1,5 +0,0 @@
1
- require "install/version"
2
-
3
- module Install
4
- # Your code goes here...
5
- end
@@ -1,3 +0,0 @@
1
- module Install
2
- VERSION = "0.0.1"
3
- end