Skip to content

Commit 3c8eb7f

Browse files
committed
Bump Podspec version number to 0.5.1
1 parent 93f2674 commit 3c8eb7f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
RUBY_VERSION=$(shell cat .ruby-version | cut -d- -f2)
2+
3+
# SETUP
4+
install: install-rvm install-bundler install-pods
5+
6+
install-rvm:
7+
@\curl -sSL https://get.rvm.io | bash -s stable --ruby=${RUBY_VERSION} || true
8+
@source ${HOME}/.rvm/scripts/rvm && rvm use ${RUBY_VERSION}
9+
10+
install-bundler:
11+
@gem install bundler
12+
@bundle install
13+
14+
install-pods:
15+
@pod repo update --silent
16+
@pod install

Simcoe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "Simcoe"
5-
s.version = "0.5.0"
5+
s.version = "0.5.1"
66
s.summary = "An analytics framework that provides a base layer of simple APIs for managing analytics frameworks."
77
s.description = <<-DESC
88
Simcoe is an analytics framework that aims to provide a simple, extensible API for managing and handling various analytics frameworks. It makes very few assumptions about your analytics implementations, allowing the implementer to customize it to their needs.

0 commit comments

Comments
 (0)