Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

merge #26

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
679399c
Update to v2.5 of the Facebook Marketing API.
cte Jan 15, 2016
745e830
Remove test_access_token.
cte Jan 15, 2016
79d042f
Return more objects.
cte Jan 15, 2016
36c414a
Objects should only have one parent.
cte Jan 15, 2016
5b64666
Add back the AdCreative class.
cte Jan 15, 2016
9b29473
Update 2.6 (#1)
thebrettd Apr 28, 2016
1173662
More progress.
cte Apr 29, 2016
4a91506
Fix some markdown.
cte Apr 29, 2016
480a20d
More markdown tweaks.
cte Apr 29, 2016
3130504
More notes.
cte Apr 29, 2016
87d9cc3
Ad image uploading works now.
cte Apr 29, 2016
d7c67a3
Small fix.
cte Apr 29, 2016
79d3738
Some cleanup.
cte May 1, 2016
223be0c
Don't need pry in the gemspec.
cte May 1, 2016
f5c2038
Gemspec cleanup.
cte May 1, 2016
5a2555f
More cleanup.
cte May 1, 2016
1733204
Fix gem.
cte May 1, 2016
5c283bb
Update Gemfile.lock.
cte May 1, 2016
86fc2a4
Organize object creation.
cte May 2, 2016
e38bf82
Fix image uploading.
cte May 3, 2016
404366e
Forgot a param.
cte May 3, 2016
af1f352
Add Zuck::AdInsight.
cte May 4, 2016
bc8d85e
This doesn't work will unless ?fields are specified.
cte May 4, 2016
6654028
Insights query.
cte May 5, 2016
7e7888d
Don't need the insight objects.
cte May 5, 2016
be389e5
Campaign creation.
cte May 5, 2016
35b8b23
Add SavedAudience and CustomAudience objects.
cte May 5, 2016
0620bd4
Batch creation of AdCreative objects.
cte May 5, 2016
7ca8205
Debug.
cte May 5, 2016
944fe6e
HTTParty.parsed_response isn't working for some reason.
cte May 5, 2016
a724be1
Control the multi_share_optimized flag.
cte May 16, 2016
5d60ffd
ad account modified
vercel-cicd Jun 7, 2016
d20bd9a
Merge branch 'master' of https://github.com/moviepilot/zuck into movi…
vercel-cicd Oct 24, 2016
e507b71
update to 2.7
vercel-cicd Oct 24, 2016
1317abd
Update zuck.rb
oyamowiec Nov 1, 2016
2d0eec5
Update zuck.gemspec
oyamowiec Nov 1, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
coverage
.yardoc
doc
pkg
log
Guardfile
tmp
gems.tags
tags
out
.idea
*.iml
.DS_Store
test_access_token
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .yardopts

This file was deleted.

78 changes: 0 additions & 78 deletions CHANGELOG.markdown

This file was deleted.

38 changes: 2 additions & 36 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,36 +1,2 @@
source 'http://rubygems.org'

gem 'rvm'
gem 'bundler'
gem 'koala'
gem 'activesupport'

group :development do
gem "shoulda", "~> 3.3.2"
gem "rdoc", "~> 3.12"
gem "jeweler", "~> 2.0.1"
gem "simplecov", "~> 0.7.1", :require => false
end

group :development, :test do
gem 'webmock', '~>1.8.0'
gem 'rspec'
gem 'vcr'
gem 'pry'
end

platform :ruby do
group :development do
gem 'guard-ctags-bundler'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'guard-yard'
gem 'growl'
gem 'redcarpet' # Markdown for yard
gem 'rb-fsevent'
end
end

# platform :jruby do
# # gem 'jruby-openssl'
# end
source 'https://rubygems.org'
gemspec
191 changes: 63 additions & 128 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,142 +1,77 @@
PATH
remote: .
specs:
zuck (3.0.0)
activesupport
httmultiparty
httparty
koala

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.6)
bourne (1.1.2)
mocha (= 0.10.5)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
awesome_print (1.6.1)
builder (3.2.2)
coderay (1.0.8)
crack (0.3.1)
diff-lcs (1.1.3)
faraday (0.8.9)
multipart-post (~> 1.2.0)
git (1.2.6)
github_api (0.10.2)
addressable
faraday (~> 0.8.7)
hashie (>= 1.2)
multi_json (~> 1.4)
nokogiri (~> 1.6.0)
oauth2
growl (1.0.3)
guard (1.6.1)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-bundler (1.0.0)
bundler (~> 1.0)
guard (~> 1.1)
guard-ctags-bundler (0.2.0)
guard (>= 1.1)
guard-rspec (2.3.3)
guard (>= 1.1)
rspec (~> 2.11)
guard-yard (2.0.1)
guard (>= 1.1.0)
yard (>= 0.7.0)
hashie (2.1.1)
highline (1.6.21)
i18n (0.6.1)
jeweler (2.0.1)
builder
bundler (>= 1.0)
git (>= 1.2.5)
github_api
highline (>= 1.6.15)
nokogiri (>= 1.5.10)
rake
rdoc
json (1.8.1)
json (1.8.1-java)
jwt (0.1.11)
multi_json (>= 1.5)
koala (1.10.1)
coderay (1.1.1)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10-java)
httmultiparty (0.3.16)
httparty (>= 0.7.3)
mimemagic
multipart-post
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.7.0)
json (1.8.3)
json (1.8.3-java)
koala (2.3.0)
addressable
faraday
multi_json
listen (0.6.0)
lumberjack (1.0.2)
metaclass (0.0.1)
method_source (0.8.1)
mini_portile (0.5.3)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.10.1)
method_source (0.8.2)
mimemagic (0.3.1)
minitest (5.8.4)
multi_json (1.11.3)
multi_xml (0.5.5)
multipart-post (1.2.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
nokogiri (1.6.1-java)
mini_portile (~> 0.5.0)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.5.2)
rake (10.3.1)
rb-fsevent (0.9.1)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.2.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rvm (1.11.3.5)
shoulda (3.3.2)
shoulda-context (~> 1.0.1)
shoulda-matchers (~> 1.4.1)
shoulda-context (1.0.2)
shoulda-matchers (1.4.2)
activesupport (>= 3.0.0)
bourne (~> 1.1.2)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
thor (0.16.0)
vcr (2.3.0)
webmock (1.8.7)
addressable (>= 2.2.7)
crack (>= 0.1.7)
yard (0.8.3)
multipart-post (2.0.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry (0.10.3-java)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
spoon (~> 0.0)
rake (10.4.2)
slop (3.6.0)
spoon (0.0.4)
ffi
thread_safe (0.3.5)
thread_safe (0.3.5-java)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
java
ruby

DEPENDENCIES
activesupport
bundler
growl
guard-bundler
guard-ctags-bundler
guard-rspec
guard-yard
jeweler (~> 2.0.1)
koala
awesome_print
builder
bundler (~> 1.7)
pry
rb-fsevent
rdoc (~> 3.12)
redcarpet
rspec
rvm
shoulda (~> 3.3.2)
simplecov (~> 0.7.1)
vcr
webmock (~> 1.8.0)
rake (~> 10.0)
zuck!

BUNDLED WITH
1.11.2
45 changes: 0 additions & 45 deletions Guardfile.dist

This file was deleted.

Loading