Skip to content

Commit 646bdbd

Browse files
More monthly wording
1 parent 77e47c8 commit 646bdbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rails', '~> 3.2.13'
44
gem 'rake', '~> 0.9.0'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
actionmailer (3.2.13)
55
actionpack (= 3.2.13)

app/views/articles/shared.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- content_for(:nudge) do
22
#share-banner
33
%h3 Welcome to Practicing Ruby!
4-
We produce delightful lessons for Rubyists every two weeks.
4+
We produce delightful lessons for Rubyists every month.
55
To support our efforts,
66
= link_to "become a paid subscriber", root_path
77
today!

app/views/home/library.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- content_for(:header) { "Library" }
33

44
%p
5-
As a subscriber to Practicing Ruby, you get full access to my library of back issues. The archives currently contain a total of #{@article_count} issues spread across #{@volumes.count} volumes, and several new articles get added each month.
5+
As a subscriber to Practicing Ruby, you get full access to my library of back issues. The archives currently contain a total of #{@article_count} issues spread across #{@volumes.count} volumes, a new article gets added each month.
66

77
%p Back issues are organized in two ways: by thematic collections and by chronologically-ordered volumes. Follow your interests and feel free to jump around the collections and volumes. The way you read this content is entirely up to you and your studies should happen on your own schedule, not mine!
88

0 commit comments

Comments
 (0)