Skip to content

Commit 9cdf07e

Browse files
committed
Releasing version 2.3.0.
1 parent 83030da commit 9cdf07e

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [2.3.0](https://github.com/MLSDev/LoadableViews/releases/tag/2.3.0)
7+
68
* Added `LoadableControl` to allow LoadableView subclasses to have UIControl properties and methods.
79

810
## [2.2.1](https://github.com/MLSDev/LoadableViews/releases/tag/2.2.1)

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.1</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Gemfile.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.5)
4+
CFPropertyList (2.3.6)
55
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
@@ -55,16 +55,16 @@ GEM
5555
unf (>= 0.0.5, < 1.0.0)
5656
dotenv (2.2.1)
5757
escape (0.0.4)
58-
excon (0.59.0)
58+
excon (0.60.0)
5959
faraday (0.13.1)
6060
multipart-post (>= 1.2, < 3)
6161
faraday-cookie_jar (0.0.6)
6262
faraday (>= 0.7.4)
6363
http-cookie (~> 1.0.0)
6464
faraday_middleware (0.12.2)
6565
faraday (>= 0.7.4, < 1.0)
66-
fastimage (2.1.0)
67-
fastlane (2.63.0)
66+
fastimage (2.1.1)
67+
fastlane (2.72.0)
6868
CFPropertyList (>= 2.3, < 3.0.0)
6969
addressable (>= 2.3, < 3.0.0)
7070
babosa (>= 1.0.2, < 2.0.0)
@@ -92,9 +92,10 @@ GEM
9292
slack-notifier (>= 1.3, < 2.0.0)
9393
terminal-notifier (>= 1.6.2, < 2.0.0)
9494
terminal-table (>= 1.4.5, < 2.0.0)
95-
tty-screen (~> 0.5.0)
95+
tty-screen (>= 0.6.3, < 1.0.0)
96+
tty-spinner (>= 0.7.0, < 1.0.0)
9697
word_wrap (~> 1.0.0)
97-
xcodeproj (>= 1.5.0, < 2.0.0)
98+
xcodeproj (>= 1.5.2, < 2.0.0)
9899
xcpretty (>= 0.2.4, < 1.0.0)
99100
xcpretty-travis-formatter (>= 0.0.3)
100101
fourflusher (2.0.1)
@@ -107,19 +108,19 @@ GEM
107108
mime-types (~> 3.0)
108109
representable (~> 3.0)
109110
retriable (>= 2.0, < 4.0)
110-
googleauth (0.6.1)
111+
googleauth (0.6.2)
111112
faraday (~> 0.12)
112113
jwt (>= 1.4, < 3.0)
113114
logging (~> 2.0)
114115
memoist (~> 0.12)
115116
multi_json (~> 1.11)
116117
os (~> 0.9)
117118
signet (~> 0.7)
118-
highline (1.7.8)
119+
highline (1.7.10)
119120
http-cookie (1.0.3)
120121
domain_name (~> 0.5)
121122
httpclient (2.8.3)
122-
i18n (0.9.0)
123+
i18n (0.9.1)
123124
concurrent-ruby (~> 1.0)
124125
json (2.1.0)
125126
jwt (2.1.0)
@@ -132,18 +133,18 @@ GEM
132133
mime-types-data (~> 3.2015)
133134
mime-types-data (3.2016.0521)
134135
mini_magick (4.5.1)
135-
minitest (5.10.3)
136+
minitest (5.11.1)
136137
molinillo (0.5.7)
137138
multi_json (1.12.2)
138139
multi_xml (0.6.0)
139140
multipart-post (2.0.0)
140141
nanaimo (0.2.3)
141142
nap (1.1.0)
142143
netrc (0.11.0)
143-
octokit (4.7.0)
144+
octokit (4.8.0)
144145
sawyer (~> 0.8.0, >= 0.5.3)
145146
os (0.9.6)
146-
plist (3.3.0)
147+
plist (3.4.0)
147148
public_suffix (2.0.5)
148149
representable (3.0.4)
149150
declarative (< 0.1.0)
@@ -167,7 +168,10 @@ GEM
167168
terminal-table (1.8.0)
168169
unicode-display_width (~> 1.1, >= 1.1.1)
169170
thread_safe (0.3.6)
170-
tty-screen (0.5.1)
171+
tty-cursor (0.5.0)
172+
tty-screen (0.6.4)
173+
tty-spinner (0.7.0)
174+
tty-cursor (>= 0.5.0)
171175
tzinfo (1.2.4)
172176
thread_safe (~> 0.1)
173177
uber (0.1.0)
@@ -176,7 +180,7 @@ GEM
176180
unf_ext (0.0.7.4)
177181
unicode-display_width (1.3.0)
178182
word_wrap (1.0.0)
179-
xcodeproj (1.5.3)
183+
xcodeproj (1.5.4)
180184
CFPropertyList (~> 2.3.3)
181185
claide (>= 1.0.2, < 2.0)
182186
colored2 (~> 3.1)
@@ -196,4 +200,4 @@ DEPENDENCIES
196200
octokit
197201

198202
BUNDLED WITH
199-
1.15.4
203+
1.16.0

LoadableViews.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LoadableViews"
3-
s.version = "2.2.1"
3+
s.version = "2.3.0"
44
s.summary = "Easiest way to load view classes into another XIB or storyboard."
55
s.homepage = "https://github.com/MLSDev/LoadableViews"
66
s.screenshots = "https://github.com/MLSDev/LoadableViews/raw/master/wtf_cat_designable.png"

Supporting Files/Tests.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.1</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)