himg 0.0.10 → 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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: himg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Edwards-Jones
@@ -23,20 +23,6 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '0.9'
26
- - !ruby/object:Gem::Dependency
27
- name: appraisal
28
- requirement: !ruby/object:Gem::Requirement
29
- requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0'
33
- type: :development
34
- prerelease: false
35
- version_requirements: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: '0'
40
26
  - !ruby/object:Gem::Dependency
41
27
  name: bump
42
28
  requirement: !ruby/object:Gem::Requirement
@@ -136,7 +122,7 @@ dependencies:
136
122
  - !ruby/object:Gem::Version
137
123
  version: '0'
138
124
  - !ruby/object:Gem::Dependency
139
- name: steep
125
+ name: thor
140
126
  requirement: !ruby/object:Gem::Requirement
141
127
  requirements:
142
128
  - - ">="
@@ -174,6 +160,7 @@ files:
174
160
  - exe/himg
175
161
  - ext/himg/Cargo.lock
176
162
  - ext/himg/Cargo.toml
163
+ - ext/himg/assets/moz-bullet-font.otf
177
164
  - ext/himg/build.rs
178
165
  - ext/himg/examples/assets/github_profile.html
179
166
  - ext/himg/examples/assets/github_profile_offline.html
@@ -207,8 +194,13 @@ files:
207
194
  - lib/himg/railtie/controller_config.rb
208
195
  - lib/himg/railtie/template_handler.rb
209
196
  - lib/himg/version.rb
197
+ - logo.svg
210
198
  - readme_hero.svg
199
+ - readme_opengraph_comparison.png
211
200
  - sig/himg.rbs
201
+ - tagline.svg
202
+ - website/himg-opengraph.png
203
+ - website/index.html
212
204
  homepage: https://github.com/Jamedjo/Himg
213
205
  licenses:
214
206
  - MIT